package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.9.1.tbz
sha256=f0c3ce49f36c733b8aee72611f107cf06de6bc423be7262aab1bb3f03c05a878
sha512=105ea325a3a9d0c51e64d440d7f13f2231c5d0a56ea0bc334b3a39db4644499153823456f5d7b20f8bec724b3ceaace7c1718c3b941c300135769d01bb663979

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 07 Jul 2023

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra
  7. accessor
  8. accessor_async
  9. accessor_base
  10. accessor_core
  11. acgtk >= "1.4.0"
  12. aches
  13. aches-lwt
  14. acp4
  15. acpc >= "2.0.0"
  16. advi
  17. afl-persistent >= "1.4"
  18. agrid
  19. ahrocksdb
  20. aifad >= "2.2.1"
  21. alba >= "0.4.1"
  22. albatross
  23. alcotest >= "0.8.5"
  24. alcotest-async >= "0.8.5"
  25. alcotest-js
  26. alcotest-lwt >= "0.8.5"
  27. alcotest-mirage
  28. alg_structs
  29. alg_structs_qcheck
  30. algaeff
  31. alonzo
  32. alsa >= "0.3.0"
  33. alt-ergo >= "2.3.0"
  34. alt-ergo-free >= "2.3.3.dune3"
  35. alt-ergo-lib >= "2.4.2"
  36. alt-ergo-lib-free >= "2.3.3.dune3"
  37. alt-ergo-parsers
  38. alt-ergo-parsers-free
  39. alt-ergo-plugin-ab-why3
  40. altgr-ergo >= "2.3.0"
  41. ambient-context
  42. ambient-context-eio
  43. ambient-context-lwt
  44. amf >= "0.1.2"
  45. amqp-client >= "2.0.3"
  46. amqp-client-async >= "2.0.3"
  47. amqp-client-lwt >= "2.0.3"
  48. anders
  49. angstrom >= "0.11.1"
  50. angstrom-async >= "0.11.1"
  51. angstrom-lwt-unix >= "0.11.1"
  52. angstrom-unix >= "0.11.1"
  53. ansi
  54. ansi-parse >= "0.4.0"
  55. anthill
  56. antic
  57. ao >= "0.2.2"
  58. apronext
  59. arb
  60. archetype
  61. archi
  62. archi-async
  63. archi-lwt
  64. arg-complete
  65. argon2 >= "1.0.0"
  66. arp >= "1.0.0"
  67. arp-mirage
  68. art
  69. asai
  70. asak
  71. ask
  72. ask-integrator
  73. asli >= "0.2.0"
  74. asn1-combinators >= "0.2.2"
  75. ast_generic
  76. async >= "v0.12.0"
  77. async-uri < "0.4.0"
  78. async_durable >= "v0.12.0"
  79. async_extra >= "v0.12.0"
  80. async_find >= "v0.12.0"
  81. async_graphics >= "0.7.0"
  82. async_inotify >= "v0.12.0"
  83. async_interactive >= "v0.12.0"
  84. async_js >= "v0.12.0"
  85. async_kernel >= "v0.12.0"
  86. async_rpc_kernel >= "v0.12.0"
  87. async_rpc_websocket
  88. async_sendfile >= "v0.12.0"
  89. async_shell >= "v0.12.0"
  90. async_smtp >= "v0.12.0"
  91. async_ssl >= "v0.12.0"
  92. async_udp
  93. async_unix >= "v0.12.0"
  94. async_websocket
  95. atable
  96. atd >= "2.2.1"
  97. atdd
  98. atdgen >= "2.2.1"
  99. atdgen-codec-runtime
  100. atdgen-runtime >= "2.2.1"
  101. atdj >= "2.2.1" & < "20151001.01"
  102. atdpy
  103. atds
  104. atdts
  105. atomic < "base"
  106. autofonce
  107. autofonce_config
  108. autofonce_core
  109. autofonce_lib
  110. autofonce_m4
  111. autofonce_misc
  112. autofonce_patch
  113. autofonce_share
  114. avro
  115. avro-compiler
  116. awa
  117. awa-lwt
  118. awa-mirage
  119. aws >= "1.2"
  120. aws-async
  121. aws-autoscaling >= "1.2"
  122. aws-cloudformation >= "1.2"
  123. aws-cloudtrail >= "1.2"
  124. aws-cloudwatch
  125. aws-config
  126. aws-ec2 >= "1.2"
  127. aws-elasticache
  128. aws-elasticloadbalancing >= "1.2"
  129. aws-lwt
  130. aws-rds
  131. aws-route53
  132. aws-s3 >= "4.0.0"
  133. aws-s3-async >= "4.0.0"
  134. aws-s3-lwt >= "4.0.0"
  135. aws-sdb >= "1.2"
  136. aws-sqs
  137. aws-ssm >= "1.2"
  138. aws-sts >= "1.2"
  139. awsm
  140. awsm-async
  141. awsm-codegen
  142. awsm-lwt
  143. azblob
  144. azblob-async
  145. azure-cosmos-db
  146. babel
  147. backoff
  148. bag
  149. baguette_sharp
  150. bam
  151. bare_encoding
  152. bark
  153. base >= "v0.12.0" & < "v0.17.0"
  154. base32
  155. base64 >= "2.3.0"
  156. base_bigstring
  157. base_quickcheck >= "v0.12.1"
  158. base_trie
  159. bastet
  160. bastet_async
  161. bastet_lwt
  162. batch_jaro_winkler
  163. batsat
  164. batteries >= "3.7.1"
  165. bddrand
  166. bech32
  167. bechamel
  168. bechamel-js
  169. bechamel-notty
  170. bechamel-perf
  171. beluga >= "1.0"
  172. benchmark >= "1.6"
  173. benchpress
  174. benchpress-server
  175. bencode >= "2.0"
  176. bentov
  177. bestline
  178. bheap >= "2.0.0"
  179. bidirectional_map
  180. bigarray-compat
  181. bigarray-overlap
  182. bigdecimal
  183. bignum >= "v0.12.0"
  184. bigstring >= "0.3"
  185. bigstring-unix >= "0.3"
  186. bigstringaf >= "0.5.0"
  187. bimage
  188. bimage-display
  189. bimage-gtk
  190. bimage-io
  191. bimage-lwt
  192. bimage-sdl
  193. bimage-unix
  194. bimap
  195. bin_prot >= "v0.12.0"
  196. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  197. binaryen_dsl
  198. bindlib >= "6.0.0"
  199. biniou >= "1.2.1"
  200. binning
  201. binsec >= "0.4.0"
  202. bio_io
  203. biocaml >= "0.9.0"
  204. biotk
  205. bisect_ppx >= "1.4.0"
  206. bistro >= "0.5.0"
  207. bistro-bio
  208. bitcoin >= "3.0"
  209. bitcoin-cohttp-async
  210. bitcoin-cohttp-lwt
  211. bitcoin-ocurl
  212. bitcoinml >= "0.4.1"
  213. bitlib
  214. bitmasks >= "1.2.0"
  215. bitpack_serializer
  216. bitstring >= "3.1.1"
  217. bitv >= "1.4"
  218. bitwuzla
  219. bitwuzla-bin < "1.0.0"
  220. bitwuzla-c
  221. bitwuzla-cxx
  222. bjack >= "0.1.6"
  223. blake3
  224. bloomf
  225. bls12-381 < "19.0"
  226. bls12-381-gen
  227. bls12-381-hash
  228. bls12-381-js
  229. bls12-381-js-gen
  230. bls12-381-legacy
  231. bls12-381-signature
  232. bls12-381-unix
  233. blurhash
  234. bnfgen
  235. bogue
  236. bogue-tutorials
  237. boltzgen
  238. bonsai
  239. boulangerie
  240. box
  241. brr-lwd
  242. bson2
  243. bst >= "7.0.1"
  244. buffer-pool
  245. build_path_prefix_map >= "0.3"
  246. builder
  247. builder-web
  248. bun >= "0.3.4"
  249. bwd
  250. bwrap
  251. bytearray >= "1.0.1"
  252. bytebuffer
  253. bytepdf
  254. bz2
  255. ca-certs
  256. ca-certs-nss
  257. cactus
  258. cairn
  259. cairo2 >= "0.6"
  260. cairo2-gtk
  261. cairo2-pango
  262. caisar
  263. caisar-ir
  264. caisar-nnet
  265. caisar-onnx
  266. caisar-ovo
  267. caisar-xgboost
  268. calcium
  269. calculon >= "0.4"
  270. calculon-redis
  271. calculon-redis-lib
  272. calculon-web >= "0.4"
  273. caldav < "0.2.2"
  274. calendar >= "3.0.0"
  275. calendars
  276. calipso
  277. calli
  278. callipyge >= "0.2"
  279. camelot
  280. camels
  281. camelsnakekebab
  282. camlimages >= "5.0.2"
  283. camlix
  284. camlon >= "3.1.0"
  285. camlp-streams
  286. camlrack
  287. camltc >= "0.9.8"
  288. camomile >= "1.0.2"
  289. camyll
  290. canary
  291. capnp >= "3.5.0"
  292. capnp-rpc >= "0.3.2"
  293. capnp-rpc-lwt >= "0.3.2"
  294. capnp-rpc-mirage >= "0.3.2"
  295. capnp-rpc-net
  296. capnp-rpc-unix >= "0.3.2"
  297. caqti >= "1.0.0"
  298. caqti-async >= "1.0.0"
  299. caqti-driver-mariadb >= "1.0.0"
  300. caqti-driver-pgx
  301. caqti-driver-postgresql >= "1.0.0"
  302. caqti-driver-sqlite3 >= "1.0.0"
  303. caqti-dynload >= "1.0.0"
  304. caqti-eio
  305. caqti-lwt >= "1.0.0"
  306. caqti-mirage
  307. caqti-tls
  308. caqti-type-calendar >= "1.0.0"
  309. carbon
  310. carray
  311. carton
  312. carton-git
  313. carton-lwt
  314. catala < "0.9.0"
  315. catapult
  316. catapult-client
  317. catapult-daemon
  318. catapult-file
  319. catapult-sqlite
  320. cb-check
  321. cbor >= "0.3"
  322. cborl
  323. ccbg
  324. cconv >= "0.5"
  325. cconv-ppx
  326. cdrom >= "0.9.4"
  327. certify >= "0.3.0"
  328. cf
  329. cf-lwt
  330. cfg >= "2.2.0"
  331. cfml
  332. cfstream >= "1.3.1"
  333. chacha
  334. chamelon-unix
  335. chamo >= "4.0"
  336. charInfo_width
  337. charrua
  338. charrua-client >= "0.11.2"
  339. charrua-client-lwt >= "0.11.2"
  340. charrua-client-mirage >= "0.11.2"
  341. charrua-core >= "0.11.2"
  342. charrua-server
  343. charrua-unix >= "0.11.2"
  344. charset
  345. chartjs
  346. chartjs-annotation
  347. chartjs-colorschemes
  348. chartjs-datalabels
  349. chartjs-streaming
  350. chase
  351. checkseum = "0.0.3" | >= "0.2.1"
  352. choice >= "0.4"
  353. chrome-trace < "3.14.0"
  354. cid
  355. cinaps >= "v0.12.0"
  356. clangml >= "4.0.0"
  357. clangml-transforms >= "0.24"
  358. clap >= "0.2.0"
  359. clarity >= "0.4.0"
  360. clarity-lang
  361. class_group_vdf
  362. clim
  363. clim-ppx
  364. clp_operations
  365. clz
  366. cmarker
  367. cmdliner-stdlib
  368. cmon
  369. codept >= "0.10.3"
  370. cohttp >= "1.1.1"
  371. cohttp-async >= "1.1.1"
  372. cohttp-curl
  373. cohttp-curl-async
  374. cohttp-curl-lwt
  375. cohttp-eio
  376. cohttp-lwt >= "1.1.1"
  377. cohttp-lwt-jsoo >= "1.1.1"
  378. cohttp-lwt-unix >= "1.1.1"
  379. cohttp-lwt-unix-nossl
  380. cohttp-lwt-unix-ssl
  381. cohttp-mirage >= "1.1.1"
  382. cohttp-server-lwt-unix
  383. cohttp-top >= "1.1.1"
  384. cohttp_async_websocket
  385. cohttp_static_handler
  386. coin >= "0.1.1"
  387. colibri2
  388. colibrics
  389. colibrilib
  390. colombe
  391. color >= "0.2.0"
  392. color-brewery
  393. combinaml
  394. combinat
  395. comby
  396. comby-kernel
  397. comby-semantic
  398. command_rpc >= "v0.12.0"
  399. conan
  400. conan-cli
  401. conan-database
  402. conan-lwt
  403. conan-unix
  404. conduit >= "1.3.0"
  405. conduit-async >= "1.3.0"
  406. conduit-async-ssl
  407. conduit-async-tls
  408. conduit-lwt >= "1.3.0"
  409. conduit-lwt-ssl
  410. conduit-lwt-tls
  411. conduit-lwt-unix >= "1.3.0"
  412. conduit-mirage
  413. conduit-tls
  414. conex >= "0.10.0"
  415. conex-mirage-crypto
  416. conex-nocrypto
  417. confero
  418. config-file >= "1.2.1"
  419. conformist
  420. containers >= "2.4"
  421. containers-data
  422. containers-thread
  423. content_security_policy
  424. cookie
  425. cookies
  426. coq >= "8.14.0"
  427. coq-core
  428. coq-lsp
  429. coq-of-ocaml >= "2.4.1"
  430. coq-serapi >= "8.9.0+0.6.0"
  431. coq-stdlib
  432. coq-waterproof
  433. coqide >= "8.14.0"
  434. coqide-server
  435. core >= "v0.12.0"
  436. core-and-more
  437. core_bench >= "v0.12.0"
  438. core_compat
  439. core_extended >= "v0.12.0"
  440. core_kernel >= "v0.12.3"
  441. core_profiler >= "v0.12.0"
  442. core_unix
  443. cosovo
  444. cow >= "2.4.0"
  445. cowabloga >= "0.5.0"
  446. cpm >= "12.1.2"
  447. cppo >= "1.6.6"
  448. cppo_ocamlbuild >= "1.6.6"
  449. cps_toolbox
  450. cpu
  451. cpuid >= "0.1.2"
  452. crc >= "2.1.0"
  453. crlibm >= "0.3"
  454. crontab
  455. crowbar >= "0.2"
  456. crunch >= "2.2.0"
  457. cry >= "0.6.5"
  458. cryptokit >= "1.16.1"
  459. csexp
  460. css
  461. css-parser
  462. cstruct >= "3.3.0"
  463. cstruct-async >= "3.3.0"
  464. cstruct-lwt >= "3.3.0"
  465. cstruct-sexp
  466. cstruct-unix >= "3.3.0"
  467. csv >= "2.2"
  468. csv-lwt >= "2.1"
  469. csvfields >= "v0.12.0"
  470. csvtool
  471. ctoxml
  472. ctypes >= "0.21.1"
  473. ctypes-foreign >= "0.21.1"
  474. ctypes-zarith
  475. ctypes_stubs_js
  476. cucumber
  477. cudf >= "0.10"
  478. cue_sheet_maker
  479. cuid >= "0.2"
  480. cumulus
  481. curly >= "0.2.0"
  482. current
  483. current-albatross-deployer
  484. current-web-pipelines
  485. current_ansi
  486. current_docker
  487. current_examples
  488. current_git
  489. current_github
  490. current_gitlab
  491. current_incr
  492. current_ocluster
  493. current_rpc
  494. current_slack
  495. current_ssh
  496. current_web
  497. curses >= "1.0.9"
  498. curve-sampling
  499. cviode
  500. cwe_checker
  501. DkSDKFFIOCaml_Std
  502. DrawGrammar >= "0.2.2"
  503. daft >= "0.0.4"
  504. dap
  505. data-encoding
  506. dataframe
  507. datakit >= "0.12.2"
  508. datakit-bridge-github >= "0.12.2"
  509. datakit-bridge-local-git >= "0.12.2"
  510. datakit-ci >= "0.12.2"
  511. datakit-client >= "0.12.2"
  512. datakit-client-9p >= "0.12.2"
  513. datakit-client-git >= "0.12.2"
  514. datakit-github >= "0.12.2"
  515. datakit-server >= "0.12.2"
  516. datakit-server-9p >= "0.12.2"
  517. datalog >= "0.6"
  518. dates_calc
  519. daypack-lib
  520. dbf != "0.1.1"
  521. debian-formats >= "0.1.2"
  522. decimal
  523. decoders >= "0.1.2"
  524. decoders-bencode
  525. decoders-cbor
  526. decoders-ezjsonm >= "0.1.2"
  527. decoders-ezxmlm
  528. decoders-jsonaf
  529. decoders-jsonm
  530. decoders-msgpck
  531. decoders-sexplib
  532. decoders-yojson >= "0.1.2"
  533. decompress >= "0.8.1"
  534. dedent
  535. dedukti >= "2.7"
  536. delimcc_of_fxhandler
  537. delimited_parsing >= "v0.12.0"
  538. depyt >= "0.3.0"
  539. devkit >= "1.0"
  540. diet >= "0.2"
  541. diffable
  542. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  543. directories
  544. dirsift
  545. dirsp-exchange
  546. dirsp-exchange-kbb2017
  547. dirsp-proscript
  548. dirsp-proscript-mirage
  549. dirsp-ps2ocaml
  550. diskuvbox
  551. disml
  552. dispatch >= "0.4.1"
  553. dispatch-js >= "0.4.1"
  554. distributed >= "0.6.0"
  555. distributed-lwt >= "0.2.0"
  556. distributed-uwt >= "0.2.0"
  557. dkim
  558. dkim-bin
  559. dkim-mirage
  560. dkml-c-probe
  561. dkml-component-offline-ocamlrun
  562. dkml-component-offline-opam
  563. dkml-component-staging-ocamlrun
  564. dkml-component-staging-opam32
  565. dkml-component-staging-opam64
  566. dkml-dune-dsl
  567. dkml-dune-dsl-show
  568. dkml-install
  569. dkml-install-installer
  570. dkml-install-runner
  571. dkml-option-vcpkg
  572. dkml-package-console
  573. dkml-runtime-common >= "2.0.3"
  574. dkml-runtime-distribution
  575. dkml-workflows
  576. dlm >= "0.3.1"
  577. dmap
  578. dns >= "1.1.0"
  579. dns-async >= "1.1.0"
  580. dns-certify
  581. dns-cli
  582. dns-client
  583. dns-client-lwt
  584. dns-client-mirage
  585. dns-lwt >= "1.1.0"
  586. dns-lwt-unix >= "1.1.0"
  587. dns-mirage
  588. dns-resolver
  589. dns-server
  590. dns-stub
  591. dns-tsig
  592. dnssec
  593. docfd
  594. docker-api >= "0.2"
  595. docker_hub
  596. dockerfile >= "6.0.0"
  597. dockerfile-cmd >= "6.0.0"
  598. dockerfile-opam >= "6.0.0"
  599. docteur
  600. docteur-solo5
  601. docteur-unix
  602. doculib
  603. doi2bib
  604. dokeysto >= "3.0.2"
  605. dokeysto_camltc >= "3.0.2"
  606. dokeysto_lz4 >= "3.0.2"
  607. dolmen >= "0.4.1"
  608. dolmen_bin
  609. dolmen_loop
  610. dolmen_lsp
  611. dolmen_model
  612. dolmen_type
  613. dolog >= "4.0.0"
  614. domain-local-await
  615. domain-local-timeout
  616. domain-name >= "0.1.2"
  617. domain_shims
  618. domainslib
  619. dose3 >= "6.1"
  620. dose3-extra
  621. dot-merlin-reader
  622. dotenv
  623. dream
  624. dream-accept
  625. dream-cli
  626. dream-encoding
  627. dream-html
  628. dream-htmx
  629. dream-httpaf
  630. dream-livereload
  631. dream-pure
  632. dream-serve
  633. drom >= "0.3.0"
  634. drom_lib >= "0.3.0"
  635. drom_toml
  636. dropbox >= "0.2"
  637. dropbox_lwt_unix
  638. dscheck
  639. dssi >= "0.1.3"
  640. dtc-pb
  641. dtoa >= "0.3.2"
  642. dtools >= "0.4.2"
  643. dual
  644. duff >= "0.2"
  645. dum >= "1.0.2"
  646. dump_ocamlformat
  647. dune-action-plugin < "3.14.0"
  648. dune-build-info < "3.14.0"
  649. dune-compiledb
  650. dune-configurator >= "1.11.4" & < "3.14.0"
  651. dune-deps
  652. dune-expand
  653. dune-glob < "3.14.0"
  654. dune-private-libs < "3.14.0"
  655. dune-release >= "1.0.0"
  656. dune-rpc < "3.14.0"
  657. dune-rpc-lwt < "3.14.0"
  658. dune-site < "3.14.0"
  659. duppy >= "0.9.0"
  660. duration >= "0.1.2"
  661. dyn < "3.14.0"
  662. earley >= "2.0.0"
  663. earlybird
  664. easy-format >= "1.3.2"
  665. easy_logging
  666. easy_logging_yojson
  667. ecaml >= "v0.12.0"
  668. edn >= "0.1.6-1-gff9db95"
  669. ego
  670. eigen >= "0.1.0"
  671. eio
  672. eio-ssl
  673. eio_linux
  674. eio_luv
  675. eio_main
  676. eio_posix
  677. eio_windows
  678. either
  679. elasticsearch-cli >= "0.5"
  680. electrod >= "0.2.1"
  681. eliom >= "10.1.2"
  682. elpi >= "1.3.1"
  683. email_message >= "v0.12.0"
  684. embedded_ocaml_templates
  685. emile >= "0.4"
  686. encoding
  687. encore >= "0.3"
  688. env_config
  689. epictetus
  690. eqaf >= "0.2"
  691. equinoxe
  692. equinoxe-cohttp
  693. equinoxe-hlc
  694. eris
  695. eris-lwt
  696. erlang
  697. errpy
  698. erssical >= "1.1.0"
  699. esgg
  700. esperanto-cosmopolitan >= "0.0.5"
  701. ethernet
  702. euler
  703. exenum >= "0.86"
  704. exit
  705. expect_test_helpers >= "v0.12.0"
  706. expect_test_helpers_async
  707. expect_test_helpers_core
  708. expect_test_helpers_kernel >= "v0.12.0"
  709. extism
  710. extism-manifest
  711. extlib >= "1.7.9"
  712. extunix >= "0.3.1"
  713. ez_api
  714. ez_cmdliner >= "0.2.0"
  715. ez_config >= "0.2.0"
  716. ez_file >= "0.3.0"
  717. ez_hash
  718. ez_pgocaml
  719. ez_search
  720. ez_subst
  721. ezcurl
  722. ezcurl-lwt
  723. ezdl
  724. ezgzip >= "0.2.3"
  725. ezjs_ace
  726. ezjs_blockies
  727. ezjs_cleave
  728. ezjs_crypto
  729. ezjs_cytoscape
  730. ezjs_d3pie
  731. ezjs_extension
  732. ezjs_fetch
  733. ezjs_idb
  734. ezjs_jquery
  735. ezjs_min
  736. ezjs_odometer
  737. ezjs_push
  738. ezjs_qrcode
  739. ezjs_recaptcha
  740. ezjs_timeline
  741. ezjsonm >= "1.0.0"
  742. ezjsonm-encoding
  743. ezjsonm-lwt >= "1.0.0"
  744. ezresto
  745. ezresto-directory
  746. ezsqlite >= "0.4.2"
  747. ezxenstore >= "0.4.1"
  748. ezxmlm >= "1.1.0"
  749. FPauth
  750. FPauth-core
  751. FPauth-responses
  752. FPauth-strategies
  753. FrontC >= "4.0.0"
  754. faad >= "0.5.0"
  755. facteur
  756. fadbadml >= "0.1.2"
  757. faraday >= "0.7.1"
  758. faraday-async >= "0.7.1"
  759. faraday-lwt >= "0.7.1"
  760. faraday-lwt-unix >= "0.7.1"
  761. farith
  762. farmhash >= "0.4"
  763. fasmifra
  764. fat-filesystem >= "0.13.0"
  765. fd-send-recv >= "2.0.1"
  766. fdkaac >= "0.3.2"
  767. feat
  768. feat-core
  769. feat-num
  770. feather
  771. feather_async
  772. ff
  773. ff-bench
  774. ff-pbt
  775. ff-sig
  776. ffmpeg >= "1.0.0~beta1"
  777. ffmpeg-av
  778. ffmpeg-avcodec
  779. ffmpeg-avdevice
  780. ffmpeg-avfilter
  781. ffmpeg-avutil
  782. ffmpeg-swresample
  783. ffmpeg-swscale
  784. fftw3 >= "0.8.2"
  785. fiat-p256
  786. fiber
  787. fiber-lwt
  788. fieldslib >= "v0.12.0"
  789. file_path
  790. fileutils >= "0.6.1"
  791. finch
  792. fit
  793. fix >= "20181206"
  794. flac >= "0.3.0"
  795. flex-array
  796. flint
  797. flow_parser >= "0.229.1"
  798. fmlib
  799. fmlib_browser
  800. fmlib_js
  801. fmlib_parse
  802. fmlib_pretty
  803. fmlib_std
  804. fontforge-of-ocaml
  805. forester
  806. frama-c >= "26.0~beta"
  807. frama-c-metacsl >= "0.4"
  808. frama-clang
  809. fred
  810. freetds >= "0.7"
  811. frei0r >= "0.1.2"
  812. frenetic >= "5.0.5"
  813. fromager
  814. fsevents
  815. fsevents-lwt
  816. fsml
  817. fswatch
  818. fswatch_async
  819. fswatch_lwt
  820. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  821. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  822. fuseau
  823. fuseau-lwt
  824. fuzzy_compare
  825. fuzzy_match
  826. fzf
  827. General >= "0.6.0"
  828. GT
  829. gapi-ocaml >= "0.3.7"
  830. gbddml
  831. gd >= "1.1"
  832. gdbprofiler >= "0.4"
  833. gemini >= "0.3.0"
  834. gen >= "0.5.2"
  835. gen_js_api >= "1.0.6"
  836. genprint
  837. genspio >= "0.0.3"
  838. genspir >= "1.0.1"
  839. geojson
  840. geojsone
  841. geoml
  842. get_line >= "7.0.0"
  843. getopt >= "20230213"
  844. gettext >= "0.4.1"
  845. gettext-camomile
  846. gettext-stub
  847. git >= "2.0.0"
  848. git-cohttp
  849. git-cohttp-mirage
  850. git-cohttp-unix
  851. git-http >= "2.0.0"
  852. git-kv
  853. git-mirage >= "2.0.0"
  854. git-paf
  855. git-unix >= "2.0.0"
  856. github >= "4.0.0"
  857. github-data
  858. github-hooks >= "0.4.0"
  859. github-hooks-unix >= "0.4.0"
  860. github-jsoo >= "4.0.0"
  861. github-unix >= "4.0.0"
  862. gitlab
  863. gitlab-jsoo
  864. gitlab-unix
  865. gitlab_pipeline_notifier
  866. glfw-ocaml
  867. globlon
  868. gluten
  869. gluten-async
  870. gluten-eio
  871. gluten-lwt
  872. gluten-lwt-unix
  873. gluten-mirage
  874. gmap >= "0.2.1"
  875. gmp
  876. gnuplot >= "0.6"
  877. gobba
  878. gobject-introspection
  879. goblint >= "1.1.1"
  880. goblint-cil >= "1.8.0"
  881. google-drive-ocamlfuse >= "0.6.26"
  882. gopcaml-mode >= "0.0.2"
  883. gopcaml-mode-merlin
  884. gospel
  885. gotd
  886. gperftools >= "0.4"
  887. gpiod
  888. gpr >= "1.4.0"
  889. gpt
  890. gr
  891. grace
  892. gradescope_submit
  893. graphics >= "5.0.0"
  894. graphql >= "0.8.0"
  895. graphql-async >= "0.8.0"
  896. graphql-cohttp >= "0.9.0"
  897. graphql-lwt >= "0.8.0"
  898. graphql_parser >= "0.9.0"
  899. graphql_ppx >= "0.7.1"
  900. graphv
  901. graphv_core
  902. graphv_core_lib
  903. graphv_font
  904. graphv_font_js
  905. graphv_font_stb_truetype
  906. graphv_gles2
  907. graphv_gles2_native
  908. graphv_gles2_native_impl
  909. graphv_webgl
  910. graphv_webgl_impl
  911. gremlin
  912. grenier >= "0.8"
  913. grid
  914. grpc
  915. grpc-async
  916. grpc-bench
  917. grpc-eio
  918. grpc-examples
  919. grpc-lwt
  920. gsl >= "1.24.0"
  921. gstreamer >= "0.3.1"
  922. guardian
  923. guile
  924. h1_parser
  925. h2
  926. h2-async
  927. h2-eio
  928. h2-lwt
  929. h2-lwt-unix
  930. h2-mirage
  931. hack_parallel >= "1.0.0"
  932. hacl-star
  933. hacl-star-raw >= "0.5.0"
  934. hacl_func
  935. hacl_x25519
  936. happy-eyeballs
  937. happy-eyeballs-lwt
  938. happy-eyeballs-mirage
  939. hardcaml >= "v0.12.0"
  940. hardcaml_axi
  941. hardcaml_c
  942. hardcaml_circuits
  943. hardcaml_fixed_point
  944. hardcaml_handshake
  945. hardcaml_of_verilog
  946. hardcaml_step_testbench
  947. hardcaml_verify
  948. hardcaml_verilator
  949. hardcaml_waveterm
  950. hardcaml_xilinx
  951. hardcaml_xilinx_components
  952. hardcaml_xilinx_reports
  953. hashcons >= "1.4.0"
  954. hashids >= "1.0.1"
  955. haxe >= "4.1.1"
  956. hc
  957. hdf5 >= "0.1.5"
  958. hdr_histogram >= "0.0.3"
  959. headache >= "1.04"
  960. header-check
  961. herdtools7 >= "7.55"
  962. hex >= "1.3.0"
  963. hex_encode
  964. hexstring
  965. hg_lib
  966. hidapi >= "1.1"
  967. hidapi-lwt
  968. higher_kinded
  969. higlo >= "0.8"
  970. hilite
  971. hkdf >= "1.0.3"
  972. hl_yaml
  973. hockmd
  974. hol2dk
  975. horned_worm >= "0.3.4"
  976. hpack
  977. hsluv
  978. html_of_jsx
  979. htmlfromtexbooks
  980. hts_shrink >= "2.1.2"
  981. http
  982. http-cookie
  983. http-date
  984. http-lwt-client
  985. http-mirage-client
  986. http-multipart-formdata
  987. http_async
  988. httpaf >= "0.6.0"
  989. httpaf-async >= "0.6.0"
  990. httpaf-lwt-unix
  991. httpaf_caged
  992. httph
  993. huffman
  994. hvsock >= "2.0.0"
  995. hxd
  996. hyper
  997. ISO3166
  998. ISO8601 >= "0.2.6"
  999. i3ipc >= "0.1.4"
  1000. icalendar
  1001. idd
  1002. idds
  1003. imagelib >= "20200929"
  1004. incr_dom >= "v0.12.0"
  1005. incr_dom_interactive
  1006. incr_dom_keyboard
  1007. incr_dom_partial_render
  1008. incr_dom_sexp_form
  1009. incr_dom_widgets >= "v0.12.0"
  1010. incr_map >= "v0.12.0"
  1011. incr_select >= "v0.12.0"
  1012. incremental >= "v0.12.0"
  1013. indentation_buffer
  1014. index
  1015. index-bench
  1016. inferno >= "20190924"
  1017. influxdb
  1018. influxdb-async
  1019. influxdb-lwt
  1020. inotify >= "2.4"
  1021. inquire
  1022. inquirer_oc
  1023. int_repr
  1024. integers >= "0.3.0"
  1025. integers_stubs_js
  1026. integration1d >= "0.5.1"
  1027. interface-prime
  1028. interface-prime-lwt
  1029. interval >= "1.5" & < "1.6"
  1030. interval-map
  1031. interval_base
  1032. interval_crlibm
  1033. interval_intel
  1034. io-page >= "2.1.0"
  1035. io-page-unix >= "2.1.0"
  1036. io-page-xen >= "2.1.0"
  1037. iomux
  1038. iostream
  1039. iostream-camlzip
  1040. ip2location
  1041. ip2locationio
  1042. ipaddr >= "2.9.0"
  1043. ipaddr-cstruct
  1044. ipaddr-sexp
  1045. irc-client >= "0.6.2"
  1046. irc-client-lwt >= "0.6.2"
  1047. irc-client-lwt-ssl
  1048. irc-client-tls >= "0.6.2"
  1049. irc-client-unix >= "0.6.2"
  1050. iri >= "0.6.0"
  1051. irmin >= "2.0.0"
  1052. irmin-bench
  1053. irmin-chunk >= "2.0.0"
  1054. irmin-cli
  1055. irmin-client
  1056. irmin-containers
  1057. irmin-fs >= "2.0.0"
  1058. irmin-git >= "2.0.0"
  1059. irmin-graphql
  1060. irmin-http >= "2.0.0"
  1061. irmin-indexeddb >= "2.0"
  1062. irmin-layers
  1063. irmin-mem >= "2.0.0"
  1064. irmin-mirage >= "2.0.0"
  1065. irmin-mirage-git
  1066. irmin-mirage-graphql
  1067. irmin-pack
  1068. irmin-pack-tools
  1069. irmin-server
  1070. irmin-test
  1071. irmin-tezos
  1072. irmin-tezos-utils
  1073. irmin-unix >= "2.0.0"
  1074. irmin-watcher >= "0.5.0"
  1075. iso639
  1076. iter >= "1.4"
  1077. itv-tree >= "2.2"
  1078. JsOfOCairo >= "2.0.0"
  1079. jane-street-headers >= "v0.12.0"
  1080. jane_rope
  1081. janestreet_cpuid
  1082. janestreet_csv
  1083. janestreet_lru_cache
  1084. jasmin >= "2023.06.0"
  1085. jekyll-format >= "0.2.0"
  1086. jemalloc >= "0.2"
  1087. jerboa
  1088. jext
  1089. jhupllib >= "0.2.1"
  1090. jingoo >= "1.3.0"
  1091. jose
  1092. js_of_ocaml >= "3.3.0"
  1093. js_of_ocaml-compiler >= "3.3.0"
  1094. js_of_ocaml-lwt >= "3.3.0"
  1095. js_of_ocaml-ocamlbuild >= "3.5.0"
  1096. js_of_ocaml-ppx >= "3.3.0"
  1097. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1098. js_of_ocaml-toplevel >= "3.3.0"
  1099. js_of_ocaml-tyxml >= "3.3.0"
  1100. js_of_ocaml-webgpu
  1101. js_of_ocaml-webidl
  1102. js_of_ocaml_patches
  1103. json-data-encoding
  1104. json-data-encoding-browser
  1105. json-data-encoding-bson
  1106. json_decoder
  1107. jsonaf
  1108. jsonoo
  1109. jsonrpc
  1110. jsonschema2atd
  1111. jsonxt
  1112. jsoo-react
  1113. jsoo_broadcastchannel >= "2.0.0"
  1114. jsoo_storage >= "1.0.1"
  1115. jst-config
  1116. junit >= "2.0.1"
  1117. junit_alcotest >= "2.0.1"
  1118. junit_ounit >= "2.0.1"
  1119. jupyter >= "2.3.2"
  1120. jupyter-archimedes >= "2.3.2"
  1121. jupyter-kernel >= "0.4"
  1122. jwto
  1123. kafka >= "0.5"
  1124. kafka_async
  1125. kafka_lwt
  1126. kappa-agents
  1127. kappa-binaries
  1128. kappa-library
  1129. kappa-server
  1130. kcas < "0.7.0"
  1131. kcas_data < "0.7.0"
  1132. kdl
  1133. ke
  1134. key-parsers >= "0.10.0"
  1135. kicadsch >= "0.4.0"
  1136. kind2
  1137. kinetic-client >= "0.0.11"
  1138. kittyimg
  1139. kkmarkdown
  1140. kmt
  1141. knights_tour
  1142. kqueue
  1143. krb
  1144. lab
  1145. lablgtk3 >= "3.0.beta4"
  1146. lablgtk3-extras >= "3.0.1"
  1147. lablgtk3-goocanvas2
  1148. lablgtk3-gtkspell3
  1149. lablgtk3-rsvg2
  1150. lablgtk3-sourceview3
  1151. lablqml >= "0.6"
  1152. labrys
  1153. lacaml >= "11.0.2"
  1154. ladspa >= "0.2.0"
  1155. lambda
  1156. lambda-runtime
  1157. lambda-term >= "2.0"
  1158. lambda_streams
  1159. lambda_streams_async
  1160. lambda_streams_lwt
  1161. lambdapi >= "2.0.0"
  1162. lambdasoup >= "0.6.4"
  1163. lame >= "0.3.4"
  1164. landmarks >= "1.4"
  1165. landmarks-ppx
  1166. lascar >= "0.6-alpha"
  1167. lastfm >= "0.3.3"
  1168. launchd >= "1.3"
  1169. lazy-trie >= "1.2.0"
  1170. lbfgs >= "0.9.1"
  1171. lbvs_consent >= "2.1.0"
  1172. ldap >= "2.4.1"
  1173. ldp
  1174. ldp_curl
  1175. ldp_js
  1176. ldp_tls
  1177. leaflet
  1178. learn-ocaml
  1179. learn-ocaml-client
  1180. ledgerwallet
  1181. ledgerwallet-tezos
  1182. lens >= "1.2.3"
  1183. let-if >= "0.2.0"
  1184. letsencrypt
  1185. letsencrypt-app
  1186. letsencrypt-dns
  1187. letsencrypt-mirage
  1188. letters
  1189. leveldb >= "1.3.0"
  1190. lib_parsing
  1191. libabsolute
  1192. libbinaryen < "105.1.0" | >= "107.0.1"
  1193. libirmin
  1194. libsail
  1195. libsvm >= "0.10.0"
  1196. libzipperposition
  1197. lilac
  1198. lilv
  1199. line-up-words >= "v0.12.0"
  1200. line_oriented
  1201. linenoise >= "1.2.0"
  1202. links >= "0.9"
  1203. links-mysql
  1204. links-postgresql >= "0.9"
  1205. links-sqlite3
  1206. linol
  1207. linol-lwt
  1208. lintcstubs
  1209. lintcstubs-arity
  1210. lintcstubs-gen
  1211. linwrap
  1212. liquid_interpreter
  1213. liquid_ml
  1214. liquid_parser
  1215. liquid_std
  1216. liquid_syntax
  1217. liquidsoap >= "2.2.0"
  1218. liquidsoap-core
  1219. liquidsoap-js
  1220. liquidsoap-lang
  1221. liquidsoap-libs
  1222. liquidsoap-libs-extra
  1223. liquidsoap-mode
  1224. little_logger
  1225. llama
  1226. llama-cpp-ocaml
  1227. llama_core
  1228. llama_interactive
  1229. llama_midi
  1230. llvm >= "15.0.7+nnp-2"
  1231. lmdb >= "1.0"
  1232. lo >= "0.2.0"
  1233. lockfree
  1234. loga >= "0.0.5"
  1235. logical
  1236. logs-async < "1.3"
  1237. logs-async-reporter < "1.3"
  1238. logs-ppx
  1239. logs-syslog >= "0.2.0"
  1240. logtk >= "1.5.1"
  1241. lp
  1242. lp-glpk
  1243. lp-glpk-js
  1244. lp-gurobi
  1245. lpd >= "1.2.2"
  1246. lreplay
  1247. lru >= "0.3.0"
  1248. lru_cache
  1249. lsp
  1250. lt-code
  1251. lua-ml >= "0.9.3"
  1252. lua_parser
  1253. lucid
  1254. lun
  1255. lustre-v6 >= "6.103.3"
  1256. lutils >= "1.51.2"
  1257. lutin >= "2.71.10"
  1258. luv
  1259. luv_unix
  1260. lwd
  1261. lwt >= "4.2.0"
  1262. lwt-canceler >= "0.2"
  1263. lwt-dllist
  1264. lwt-exit
  1265. lwt-parallel >= "1.0.0"
  1266. lwt-watcher >= "0.2"
  1267. lwt_domain
  1268. lwt_eio
  1269. lwt_glib >= "1.1.1"
  1270. lwt_log >= "1.1.1"
  1271. lwt_ppx >= "1.2.2"
  1272. lwt_ppx_let
  1273. lwt_react >= "1.1.2"
  1274. lwt_ssl >= "1.1.3"
  1275. lz4 >= "1.2.0"
  1276. lz4_chans >= "3.0.1"
  1277. m_tree
  1278. macaddr
  1279. macaddr-cstruct
  1280. macaddr-sexp
  1281. mad >= "0.5.0"
  1282. magic-mime >= "1.1.2"
  1283. magic-trace
  1284. make-random
  1285. malfunction >= "0.3"
  1286. man_in_the_middle_debugger
  1287. markdown
  1288. markup >= "0.8.0"
  1289. markup-lwt
  1290. mastodon-archive-viewer >= "0.2"
  1291. matita
  1292. matplotlib
  1293. mbr-format >= "1.0.0"
  1294. mc2
  1295. mccs >= "1.1+10"
  1296. md2mld
  1297. mdx != "1.7.0"
  1298. mec
  1299. mechaml >= "1.1.0"
  1300. mehari
  1301. mehari-eio
  1302. mehari-eio-unix
  1303. mehari-lwt-unix
  1304. mehari-mirage
  1305. mel
  1306. melange
  1307. melange-atdgen-codec-runtime
  1308. melange-compiler-libs
  1309. melange-fest
  1310. melange-fetch
  1311. melange-jest
  1312. melange-json
  1313. melange-moment
  1314. melange-numeral
  1315. melange-react-dates
  1316. melange-react-query
  1317. melange-recharts
  1318. melange-testing-library
  1319. melange-webapi
  1320. meldep
  1321. mem_usage
  1322. memcad >= "1.1.0"
  1323. memgraph
  1324. memgraph_kitty
  1325. memo
  1326. memprof-limits
  1327. memtrace
  1328. memtrace-mirage
  1329. memtrace_viewer
  1330. menhir >= "20200123"
  1331. menhirCST
  1332. menhirLib
  1333. menhirSdk
  1334. merge-fmt
  1335. merlin >= "3.2.1"
  1336. merlin-extend >= "0.4"
  1337. merlin-lib
  1338. mesh >= "0.9.5"
  1339. mesh-easymesh >= "0.9.5"
  1340. mesh-graphics >= "0.9.5"
  1341. mesh-triangle >= "0.9.5"
  1342. metadata
  1343. metadb
  1344. metapp
  1345. metaquot
  1346. metrics
  1347. metrics-influx
  1348. metrics-lwt
  1349. metrics-mirage
  1350. metrics-rusage
  1351. metrics-unix
  1352. mew
  1353. mew_vi
  1354. middleware
  1355. mimic
  1356. mimic-happy-eyeballs
  1357. mindstorm >= "0.8"
  1358. mindstorm-lwt
  1359. minicaml
  1360. minicli >= "5.0.2"
  1361. minisat >= "0.3"
  1362. miou
  1363. mirage >= "3.3.0"
  1364. mirage-block >= "1.2.0"
  1365. mirage-block-ccm >= "1.1.0"
  1366. mirage-block-combinators
  1367. mirage-block-lwt >= "1.2.0"
  1368. mirage-block-partition
  1369. mirage-block-ramdisk >= "0.4"
  1370. mirage-block-solo5 >= "0.6.0"
  1371. mirage-block-unix >= "2.11.0"
  1372. mirage-block-xen >= "1.6.0"
  1373. mirage-bootvar-solo5 >= "0.6.0"
  1374. mirage-bootvar-unix
  1375. mirage-bootvar-xen >= "0.6.0"
  1376. mirage-channel >= "3.2.0"
  1377. mirage-channel-lwt >= "3.2.0"
  1378. mirage-clock >= "2.0.0"
  1379. mirage-clock-freestanding >= "2.0.0"
  1380. mirage-clock-lwt >= "2.0.0"
  1381. mirage-clock-solo5
  1382. mirage-clock-unix >= "2.0.0"
  1383. mirage-conduit = "1.3.0" | >= "3.1.0"
  1384. mirage-console >= "2.4.0"
  1385. mirage-console-lwt >= "2.4.0"
  1386. mirage-console-solo5 >= "0.6.0"
  1387. mirage-console-unix >= "2.4.1"
  1388. mirage-console-xen >= "2.4.0"
  1389. mirage-console-xen-backend >= "2.4.0"
  1390. mirage-console-xen-proto >= "2.4.0"
  1391. mirage-crypto
  1392. mirage-crypto-ec
  1393. mirage-crypto-entropy
  1394. mirage-crypto-pk
  1395. mirage-crypto-rng
  1396. mirage-crypto-rng-async
  1397. mirage-crypto-rng-eio
  1398. mirage-crypto-rng-lwt
  1399. mirage-crypto-rng-mirage
  1400. mirage-device >= "1.2.0"
  1401. mirage-dns >= "3.1.0"
  1402. mirage-entropy >= "0.5.1"
  1403. mirage-flow >= "1.6.0"
  1404. mirage-flow-combinators
  1405. mirage-flow-lwt >= "1.6.0"
  1406. mirage-flow-rawlink >= "1.1.0"
  1407. mirage-flow-unix >= "1.6.0"
  1408. mirage-fs >= "1.2.0"
  1409. mirage-fs-lwt >= "1.2.0"
  1410. mirage-fs-mem
  1411. mirage-fs-unix >= "1.6.0"
  1412. mirage-kv >= "2.0.0"
  1413. mirage-kv-lwt >= "2.0.0"
  1414. mirage-kv-mem
  1415. mirage-kv-unix
  1416. mirage-logs >= "1.0.0"
  1417. mirage-monitoring
  1418. mirage-nat >= "1.1.0"
  1419. mirage-net >= "2.0.0"
  1420. mirage-net-lwt >= "2.0.0"
  1421. mirage-net-macosx >= "1.5.0"
  1422. mirage-net-solo5 >= "0.4.3"
  1423. mirage-net-unix >= "2.5.0"
  1424. mirage-net-xen >= "1.9.0"
  1425. mirage-profile >= "0.9.0"
  1426. mirage-profile-unix >= "0.9.0"
  1427. mirage-profile-xen >= "0.9.0"
  1428. mirage-protocols >= "2.0.0"
  1429. mirage-protocols-lwt >= "2.0.0"
  1430. mirage-qubes >= "0.7.0"
  1431. mirage-qubes-ipv4 >= "0.7.0"
  1432. mirage-random >= "1.2.0"
  1433. mirage-random-stdlib
  1434. mirage-random-test
  1435. mirage-runtime >= "3.3.0"
  1436. mirage-solo5 >= "0.6.2"
  1437. mirage-stack >= "1.4.0"
  1438. mirage-stack-lwt >= "1.4.0"
  1439. mirage-time >= "1.3.0"
  1440. mirage-time-lwt >= "1.3.0"
  1441. mirage-time-unix >= "1.3.0"
  1442. mirage-types >= "3.3.0"
  1443. mirage-types-lwt >= "3.3.0"
  1444. mirage-unix >= "3.2.0"
  1445. mirage-vnetif >= "0.4.2"
  1446. mirage-vnetif-stack
  1447. mirage-xen >= "3.2.0"
  1448. mkaudio >= "1.1.0"
  1449. mkocaml
  1450. mlbdd >= "0.7.2"
  1451. mlfenv
  1452. mlmpfr >= "4.0.2+dune"
  1453. mlpost >= "0.9"
  1454. mlpost-lablgtk
  1455. mlt_parser >= "v0.12.0"
  1456. mm >= "0.7.0"
  1457. mmap
  1458. mmdb
  1459. mnd
  1460. mock >= "0.1.1"
  1461. mock-ounit >= "0.1.1"
  1462. module-graph
  1463. molenc >= "5.0.0"
  1464. monaco_jsoo
  1465. monocypher
  1466. monolith
  1467. monomorphic >= "2.0"
  1468. monorobot
  1469. moonpool
  1470. moonpool-lwt
  1471. morbig >= "0.10.3"
  1472. morsmall
  1473. moss >= "0.1.1"
  1474. mparser >= "1.3"
  1475. mparser-pcre
  1476. mparser-re
  1477. mperf
  1478. mpg123
  1479. mpp >= "0.3.4"
  1480. mpris >= "0.2.0"
  1481. mpris-clients
  1482. mrmime
  1483. mrt-format >= "0.3.1"
  1484. msat >= "0.8"
  1485. msat-bin
  1486. msgpck >= "1.5"
  1487. msgpck-repr
  1488. mssql
  1489. mugen
  1490. mula
  1491. multibase
  1492. multicodec
  1493. multicont = "1.0.1"
  1494. multicore-bench < "0.1.2"
  1495. multicore-magic
  1496. multihash
  1497. multihash-digestif
  1498. multipart-form-data >= "0.3.0"
  1499. multipart_form
  1500. multipart_form-cohttp-lwt
  1501. multipart_form-eio
  1502. multipart_form-lwt
  1503. murmur3 >= "0.3"
  1504. mustache >= "3.1.0"
  1505. mustache-cli
  1506. mutaml
  1507. mutf8
  1508. mwt
  1509. mysql8
  1510. mysql_protocol >= "3.0.1"
  1511. n_ary
  1512. naboris
  1513. nacc
  1514. nanoid
  1515. nanosvg
  1516. nanosvg_text
  1517. nbd >= "4.0.3"
  1518. nbd-tool
  1519. nbd-unix
  1520. netchannel >= "1.9.0"
  1521. netkat
  1522. netlink >= "0.3.4"
  1523. netsnmp
  1524. nice_parser
  1525. ninja_utils
  1526. niru
  1527. nloge
  1528. nlopt
  1529. nmea
  1530. noCanren >= "0.3.0~alpha1"
  1531. nocoiner
  1532. node_of_ocaml
  1533. noise
  1534. non_empty_list
  1535. nottui
  1536. nottui-lwt
  1537. nottui-pretty
  1538. notty >= "0.2.3"
  1539. notty_async >= "v0.12.0"
  1540. np
  1541. npy >= "0.0.9"
  1542. nsq >= "0.4.0"
  1543. numeric_string
  1544. nuscr
  1545. OCADml
  1546. OCanren
  1547. OCanren-ppx
  1548. OSCADml
  1549. obeam
  1550. obelisk >= "0.5.0"
  1551. obuilder
  1552. obuilder-spec
  1553. obus >= "1.2.0"
  1554. ocal >= "0.2.2"
  1555. ocaml-canvas
  1556. ocaml-compiler-libs >= "v0.12.0"
  1557. ocaml-embed-file
  1558. ocaml-in-python
  1559. ocaml-lsp-server
  1560. ocaml-lua >= "1.8"
  1561. ocaml-migrate-parsetree >= "1.2.0"
  1562. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1563. ocaml-monadic >= "0.4.1"
  1564. ocaml-print-intf
  1565. ocaml-probes
  1566. ocaml-protoc >= "2.0.1"
  1567. ocaml-protoc-plugin < "6.1.0"
  1568. ocaml-r >= "0.1.1"
  1569. ocaml-syntax-shims
  1570. ocaml-systemd >= "1.3"
  1571. ocaml-top >= "1.2.0"
  1572. ocaml-vdom < "transition"
  1573. ocaml-version >= "1.0.0"
  1574. ocaml_db_model
  1575. ocaml_intrinsics
  1576. ocaml_pgsql_model
  1577. ocaml_plugin >= "v0.12.0"
  1578. ocamlapi
  1579. ocamlapi_async
  1580. ocamlapi_lwt_unix
  1581. ocamlapi_ppx
  1582. ocamlc-loc < "3.14.0"
  1583. ocamlcodoc
  1584. ocamldiff >= "1.2"
  1585. ocamlformat >= "0.24.1"
  1586. ocamlformat-lib
  1587. ocamlformat-rpc < "removed"
  1588. ocamlformat-rpc-lib
  1589. ocamlfuse >= "2.7.1-cvs6"
  1590. ocamlgraph >= "2.0.0"
  1591. ocamlgraph_gtk
  1592. ocamline
  1593. ocamlog
  1594. ocamlregextkit
  1595. ocb
  1596. ocf >= "0.8.0"
  1597. ocf_ppx
  1598. ockt
  1599. ocluster != "0.2"
  1600. ocluster-api
  1601. ocluster-worker
  1602. ocolor
  1603. ocp-browser >= "1.1.9"
  1604. ocp-indent >= "1.7.0"
  1605. ocp-indent-nlfork >= "1.5.4"
  1606. ocp-index >= "1.1.9"
  1607. ocp-search
  1608. ocp_reveal
  1609. ocplib-endian >= "1.1"
  1610. ocplib-json-typed-browser
  1611. ocplib-json-typed-bson
  1612. ocplib-simplex >= "0.5"
  1613. ocplib_stuff >= "0.4.0"
  1614. ocsigen-i18n >= "4.0.0"
  1615. ocsigen-ppx-rpc
  1616. ocsigenserver >= "4.0.1"
  1617. ocsipersist
  1618. ocsipersist-dbm
  1619. ocsipersist-lib
  1620. ocsipersist-pgsql
  1621. ocsipersist-sqlite
  1622. octavius >= "1.2.2"
  1623. octez-accuser-Proxford < "19.0"
  1624. octez-accuser-PtKathma
  1625. octez-accuser-PtLimaPt
  1626. octez-accuser-PtMumbai
  1627. octez-accuser-PtNairob < "19.0"
  1628. octez-alcotezt < "19.0"
  1629. octez-baker-Proxford < "19.0"
  1630. octez-baker-PtKathma
  1631. octez-baker-PtLimaPt
  1632. octez-baker-PtMumbai
  1633. octez-baker-PtNairob < "19.0"
  1634. octez-bls12-381-hash
  1635. octez-bls12-381-polynomial
  1636. octez-bls12-381-signature
  1637. octez-client < "19.0"
  1638. octez-codec < "19.0"
  1639. octez-crawler < "19.0"
  1640. octez-dac-client < "19.0"
  1641. octez-dac-node < "19.0"
  1642. octez-distributed-internal < "19.0"
  1643. octez-distributed-lwt-internal < "19.0"
  1644. octez-injector < "19.0"
  1645. octez-l2-libs < "19.0"
  1646. octez-libs < "19.0"
  1647. octez-mec
  1648. octez-node < "19.0"
  1649. octez-node-config < "19.0"
  1650. octez-plompiler
  1651. octez-plonk
  1652. octez-polynomial
  1653. octez-proto-libs < "19.0"
  1654. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1655. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1656. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1657. octez-protocol-003-PsddFKi3-libs < "19.0"
  1658. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1659. octez-protocol-005-PsBabyM1-libs < "19.0"
  1660. octez-protocol-006-PsCARTHA-libs < "19.0"
  1661. octez-protocol-007-PsDELPH1-libs < "19.0"
  1662. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1663. octez-protocol-009-PsFLoren-libs < "19.0"
  1664. octez-protocol-010-PtGRANAD-libs < "19.0"
  1665. octez-protocol-011-PtHangz2-libs < "19.0"
  1666. octez-protocol-012-Psithaca-libs < "19.0"
  1667. octez-protocol-013-PtJakart-libs < "19.0"
  1668. octez-protocol-014-PtKathma-libs < "19.0"
  1669. octez-protocol-015-PtLimaPt-libs < "19.0"
  1670. octez-protocol-016-PtMumbai-libs < "19.0"
  1671. octez-protocol-017-PtNairob-libs < "19.0"
  1672. octez-protocol-018-Proxford-libs < "19.0"
  1673. octez-protocol-alpha-libs < "19.0"
  1674. octez-protocol-compiler < "19.0"
  1675. octez-proxy-server < "19.0"
  1676. octez-shell-libs < "19.0"
  1677. octez-signer < "19.0"
  1678. octez-smart-rollup-client-Proxford
  1679. octez-smart-rollup-client-PtMumbai
  1680. octez-smart-rollup-client-PtNairob
  1681. octez-smart-rollup-node < "19.0"
  1682. octez-smart-rollup-node-alpha < "19.0"
  1683. octez-smart-rollup-node-lib < "19.0"
  1684. octez-smart-rollup-node-Proxford < "19.0"
  1685. octez-smart-rollup-node-PtMumbai
  1686. octez-smart-rollup-node-PtNairob < "19.0"
  1687. octez-smart-rollup-wasm-benchmark-lib
  1688. octez-smart-rollup-wasm-debugger < "19.0"
  1689. octez-tx-rollup-client-PtKathma
  1690. octez-tx-rollup-client-PtLimaPt
  1691. octez-tx-rollup-node-PtKathma
  1692. octez-tx-rollup-node-PtLimaPt
  1693. octez-validator
  1694. octez-version < "19.0"
  1695. odash
  1696. odate >= "0.6"
  1697. odds >= "1.1"
  1698. odep
  1699. odepack >= "0.6.9"
  1700. odnnr
  1701. odoc >= "1.4.0"
  1702. odoc-parser
  1703. of_json
  1704. offheap
  1705. ogg = "0.6.0" | >= "0.7.0"
  1706. ohex
  1707. oidc
  1708. ojo
  1709. ojs
  1710. ojs_base
  1711. ojs_base_all
  1712. ojs_base_ppx
  1713. ojs_ed
  1714. ojs_filetree
  1715. ojs_list
  1716. olinq >= "0.3"
  1717. oma
  1718. omd >= "1.3.2"
  1719. ometrics
  1720. omg
  1721. omigrate
  1722. omlr >= "1.0.3"
  1723. omtl
  1724. oneffs
  1725. oniguruma
  1726. opam-0install
  1727. opam-0install-cudf
  1728. opam-bin >= "1.0.0"
  1729. opam-build
  1730. opam-check-npm-deps
  1731. opam-client >= "2.0.2"
  1732. opam-compiler
  1733. opam-core >= "2.0.2"
  1734. opam-custom-install
  1735. opam-devel >= "2.0.2"
  1736. opam-ed >= "0.4"
  1737. opam-file-format >= "2.1.0" & < "2.1.5"
  1738. opam-format >= "2.0.2"
  1739. opam-graph
  1740. opam-grep >= "0.2.0"
  1741. opam-installer >= "2.0.2"
  1742. opam-monorepo
  1743. opam-package-upgrade >= "0.2"
  1744. opam-publish >= "2.0.2"
  1745. opam-repository >= "2.0.2"
  1746. opam-solver >= "2.0.2"
  1747. opam-spin
  1748. opam-state >= "2.0.2"
  1749. opam-test
  1750. opam2web >= "2.0"
  1751. opam_bin_lib != "0.9.5"
  1752. opasswd >= "1.3.1"
  1753. opazl
  1754. openai
  1755. openai-gym
  1756. openapi
  1757. openapi_router
  1758. opencc0
  1759. opencc1
  1760. opencc1_1
  1761. openQASM
  1762. openstellina
  1763. opentelemetry
  1764. opentelemetry-client-cohttp-lwt
  1765. opentelemetry-client-ocurl
  1766. opentelemetry-cohttp-lwt
  1767. opentelemetry-lwt
  1768. opine
  1769. opium >= "0.17.0"
  1770. opium-graphql
  1771. opium-testing
  1772. opium_kernel >= "0.17.0"
  1773. oplot
  1774. oplsr
  1775. opomodoro
  1776. opsian
  1777. optal
  1778. opti
  1779. optimization1d >= "0.6.1"
  1780. optiml-transport
  1781. optint >= "0.0.2"
  1782. opus >= "0.2.0"
  1783. oraft
  1784. oranger >= "2.0.1"
  1785. order-i3-xfce
  1786. ordering < "3.14.0"
  1787. ordinal
  1788. ordinal_abbreviation
  1789. ordma >= "0.0.5"
  1790. orec >= "1.0.1"
  1791. orewa
  1792. orf
  1793. orgeat
  1794. orpie
  1795. orrandomForest
  1796. orsvm_e1071 >= "4.0.0"
  1797. ortac-core
  1798. ortac-qcheck-stm
  1799. ortac-runtime
  1800. ortac-runtime-qcheck-stm
  1801. orxgboost >= "1.1.0"
  1802. osc >= "0.2.0"
  1803. osc-lwt
  1804. osc-unix
  1805. oseq >= "0.2"
  1806. osh
  1807. oskel
  1808. osnap
  1809. osx-secure-transport >= "0.1.1"
  1810. otf
  1811. otoggl
  1812. otoml
  1813. otr >= "0.3.6"
  1814. ounit = "2.1.2"
  1815. ounit-lwt < "2.2.0"
  1816. ounit2
  1817. ounit2-lwt
  1818. override
  1819. owee >= "0.3"
  1820. owi
  1821. owl >= "0.4.0"
  1822. owl-base >= "0.4.0"
  1823. owl-jupyter
  1824. owl-ode
  1825. owl-ode-base
  1826. owl-ode-odepack
  1827. owl-ode-sundials
  1828. owl-opt
  1829. owl-opt-lbfgs
  1830. owl-plplot
  1831. owl-symbolic
  1832. owl-top >= "0.4.0"
  1833. owl-zoo >= "0.4.0"
  1834. owork
  1835. ozulip
  1836. p4pp
  1837. p5scm
  1838. packstream
  1839. pacomb
  1840. paf
  1841. paf-cohttp
  1842. paf-le
  1843. pam
  1844. pancake
  1845. pandoc
  1846. pandoc-abbreviations
  1847. pandoc-comment
  1848. pandoc-crossref
  1849. pandoc-include
  1850. pandoc-inspect
  1851. pandoc-pdf2png
  1852. pandoc-replace
  1853. papi >= "0.1.1"
  1854. par_incr
  1855. parany >= "7.0.2"
  1856. pardi >= "2.0.2"
  1857. pari
  1858. pari-bindings
  1859. parmap >= "1.1.1"
  1860. parse-argv >= "0.2.0"
  1861. parsexp >= "v0.12.0"
  1862. parsexp_io >= "v0.12.0"
  1863. parsley
  1864. patch
  1865. patdiff >= "v0.12.1"
  1866. path_glob
  1867. patience_diff >= "v0.12.0"
  1868. patoline >= "0.2"
  1869. patricia-tree
  1870. pattern
  1871. pb
  1872. pb-plugin
  1873. pbkdf >= "1.0.0"
  1874. pbrt
  1875. pbrt_services
  1876. pbrt_yojson
  1877. pcap-format >= "0.5.2"
  1878. pcre >= "7.3.5"
  1879. pcre2
  1880. pds-reachability >= "0.2.2"
  1881. pecu >= "0.2"
  1882. petr4
  1883. petrol
  1884. pf-qubes
  1885. pg_query
  1886. pgocaml >= "4.0"
  1887. pgocaml_ppx
  1888. pgx >= "1.0"
  1889. pgx_async >= "1.0"
  1890. pgx_lwt >= "1.0"
  1891. pgx_lwt_mirage
  1892. pgx_lwt_unix
  1893. pgx_unix >= "1.0"
  1894. pgx_value_core
  1895. pgx_value_ptime
  1896. phantom-algebra >= "1.0.1"
  1897. phonetic
  1898. phylogenetics
  1899. piaf
  1900. picasso
  1901. piece_rope
  1902. piqi >= "0.7.8"
  1903. piqilib >= "0.6.16"
  1904. pixel_pusher
  1905. pkcs11 >= "0.18.0"
  1906. pkcs11-cli
  1907. pkcs11-driver
  1908. pkcs11-rev
  1909. pla >= "1.3"
  1910. plateau
  1911. plato
  1912. plebeia
  1913. plist-xml
  1914. plist-xml-lwt
  1915. plotkicadsch >= "0.4.0"
  1916. plotly
  1917. plplot >= "5.11.0-1"
  1918. polars
  1919. polars_async
  1920. polka
  1921. poll
  1922. polling_state_rpc
  1923. polly
  1924. polynomial
  1925. pomap >= "4.1.0"
  1926. popper
  1927. portaudio >= "0.2.2"
  1928. portaudio_c_bindings
  1929. portmidi
  1930. posix-base
  1931. posix-bindings
  1932. posix-getopt >= "2.0.0"
  1933. posix-signal
  1934. posix-socket
  1935. posix-socket-unix
  1936. posix-time2
  1937. posix-types >= "2.0.0"
  1938. posix-uname
  1939. posixat >= "v0.12.0"
  1940. postgres_async
  1941. postgresql >= "4.4.1"
  1942. pp
  1943. pp-binary-ints
  1944. pp_loc
  1945. pprint >= "20200226"
  1946. ppx-owl-opt
  1947. ppx_accessor
  1948. ppx_assert >= "v0.12.0"
  1949. ppx_bap
  1950. ppx_base >= "v0.12.0"
  1951. ppx_bench >= "v0.12.0"
  1952. ppx_bigarray >= "3.0.0"
  1953. ppx_bin_prot >= "v0.12.0"
  1954. ppx_bitstring >= "4.0.0"
  1955. ppx_blob >= "0.6.0"
  1956. ppx_bsx
  1957. ppx_camlrack
  1958. ppx_catch
  1959. ppx_cold
  1960. ppx_compare >= "v0.12.0"
  1961. ppx_compose >= "0.1.0"
  1962. ppx_const >= "2.0"
  1963. ppx_conv_func >= "v0.12.0"
  1964. ppx_counters
  1965. ppx_css
  1966. ppx_cstruct >= "3.3.0"
  1967. ppx_cstubs
  1968. ppx_csv_conv >= "v0.12.0"
  1969. ppx_custom_printf >= "v0.12.0"
  1970. ppx_decimal
  1971. ppx_defer >= "0.4.0"
  1972. ppx_demo
  1973. ppx_derive_at_runtime
  1974. ppx_derivers >= "1.2.1"
  1975. ppx_deriving = "4.3" | >= "4.5-1"
  1976. ppx_deriving_cad
  1977. ppx_deriving_cmdliner >= "0.5.1"
  1978. ppx_deriving_encoding
  1979. ppx_deriving_hardcaml >= "v0.12.0"
  1980. ppx_deriving_hash
  1981. ppx_deriving_jsoo
  1982. ppx_deriving_madcast >= "0.2"
  1983. ppx_deriving_popper
  1984. ppx_deriving_protobuf >= "2.7"
  1985. ppx_deriving_qcheck
  1986. ppx_deriving_rpc >= "6.1.0"
  1987. ppx_deriving_scad
  1988. ppx_deriving_yaml
  1989. ppx_deriving_yojson >= "3.3"
  1990. ppx_disable_unused_warnings
  1991. ppx_distr_guards >= "0.2"
  1992. ppx_enum
  1993. ppx_enumerate >= "v0.12.0"
  1994. ppx_expect >= "v0.12.0"
  1995. ppx_factory
  1996. ppx_fail >= "v0.12.0"
  1997. ppx_fast_pipe
  1998. ppx_fields_conv >= "v0.12.0"
  1999. ppx_fixed_literal
  2000. ppx_gen_rec >= "1.1.0"
  2001. ppx_getenv >= "2.0"
  2002. ppx_globalize
  2003. ppx_hash >= "v0.12.0"
  2004. ppx_here >= "v0.12.0"
  2005. ppx_ignore_instrumentation
  2006. ppx_import >= "1.5-3-gbd627d5"
  2007. ppx_inline_alcotest
  2008. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  2009. ppx_interact
  2010. ppx_irmin
  2011. ppx_jane >= "v0.12.0"
  2012. ppx_js_style >= "v0.12.0"
  2013. ppx_jsobject_conv >= "0.6.0"
  2014. ppx_jsonaf_conv
  2015. ppx_let >= "v0.12.0"
  2016. ppx_log
  2017. ppx_lun
  2018. ppx_make
  2019. ppx_map
  2020. ppx_matches
  2021. ppx_meta_conv >= "4.0.1"
  2022. ppx_minidebug
  2023. ppx_module_timer
  2024. ppx_monad
  2025. ppx_monoid >= "0.3.2"
  2026. ppx_mysql
  2027. ppx_mysql_identity
  2028. ppx_open
  2029. ppx_optcomp >= "v0.12.0"
  2030. ppx_optint
  2031. ppx_optional >= "v0.12.0"
  2032. ppx_parser
  2033. ppx_pattern_bind
  2034. ppx_pbt
  2035. ppx_pipebang >= "v0.12.0"
  2036. ppx_protocol_conv >= "3.1.0"
  2037. ppx_protocol_conv_json >= "3.1.0"
  2038. ppx_protocol_conv_jsonm
  2039. ppx_protocol_conv_msgpack >= "3.1.0"
  2040. ppx_protocol_conv_xml_light >= "3.1.0"
  2041. ppx_protocol_conv_xmlm
  2042. ppx_protocol_conv_yaml >= "3.1.0"
  2043. ppx_pyformat
  2044. ppx_python
  2045. ppx_rapper
  2046. ppx_rapper_async
  2047. ppx_rapper_lwt
  2048. ppx_regexp >= "0.4.0"
  2049. ppx_relit
  2050. ppx_repr
  2051. ppx_seq
  2052. ppx_sexp_conv >= "v0.12.0"
  2053. ppx_sexp_message >= "v0.12.0"
  2054. ppx_sexp_value >= "v0.12.0"
  2055. ppx_show
  2056. ppx_stable
  2057. ppx_stable_witness
  2058. ppx_string
  2059. ppx_string_interpolation
  2060. ppx_subliner
  2061. ppx_system
  2062. ppx_test >= "1.7.0"
  2063. ppx_there
  2064. ppx_tools >= "6.0+4.08.0"
  2065. ppx_tools_versioned >= "5.2.2"
  2066. ppx_trace
  2067. ppx_ts
  2068. ppx_tydi
  2069. ppx_type_directed_value
  2070. ppx_typed_fields
  2071. ppx_typerep_conv >= "v0.12.0"
  2072. ppx_tyre
  2073. ppx_units
  2074. ppx_update
  2075. ppx_variants_conv >= "v0.12.0"
  2076. ppx_viewpattern
  2077. ppx_wideopen
  2078. ppx_xml_conv >= "v0.12.0"
  2079. ppx_yojson
  2080. ppx_yojson_conv
  2081. ppx_yojson_conv_lib
  2082. ppxfind >= "1.3"
  2083. ppxlib >= "0.4.0"
  2084. ppxx >= "2.4.0"
  2085. pratter
  2086. prbnmcn-basic-structures
  2087. prbnmcn-cgrph
  2088. prbnmcn-clustering
  2089. prbnmcn-dagger
  2090. prbnmcn-dagger-gsl
  2091. prbnmcn-dagger-stats
  2092. prbnmcn-dagger-test
  2093. prbnmcn-gnuplot
  2094. prbnmcn-linalg
  2095. prbnmcn-mcts
  2096. prbnmcn-proptest
  2097. prbnmcn-stats
  2098. prbnmcn-ucb1
  2099. prc
  2100. preface
  2101. prettym
  2102. printbox >= "0.3"
  2103. printbox-html
  2104. printbox-md
  2105. printbox-text >= "0.6.1"
  2106. proc-smaps
  2107. process_limits
  2108. processor
  2109. producer
  2110. prof_spacetime >= "0.3.0"
  2111. profiling
  2112. profunctor
  2113. progress
  2114. prom
  2115. prometheus >= "0.6"
  2116. prometheus-app >= "0.6"
  2117. prometheus-liquidsoap >= "2"
  2118. promise
  2119. promise_jsoo
  2120. promise_jsoo_lwt
  2121. protocell
  2122. protocol-9p >= "1.0.0"
  2123. protocol-9p-tool >= "1.0.0"
  2124. protocol-9p-unix >= "1.0.0"
  2125. protocol_version_header >= "v0.12.0"
  2126. prr
  2127. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2128. psq >= "0.1.1"
  2129. ptmap >= "2.0.5"
  2130. ptset >= "1.0.1"
  2131. pulseaudio >= "0.1.4"
  2132. pure-splitmix >= "0.3"
  2133. pvec
  2134. py >= "1.1"
  2135. pyast
  2136. pyml >= "20210924"
  2137. pyml_bindgen >= "0.3.0"
  2138. pyre-ast
  2139. pythonlib
  2140. qbf >= "0.3"
  2141. qcheck >= "0.9"
  2142. qcheck-alcotest
  2143. qcheck-core
  2144. qcheck-lin
  2145. qcheck-multicoretests-util
  2146. qcheck-ounit
  2147. qcheck-stm
  2148. qinap
  2149. qiskit < "0.44.0"
  2150. qmp >= "0.19.0"
  2151. qrencode >= "0.2"
  2152. qtest >= "2.10.1"
  2153. queenshead
  2154. quests
  2155. quickjs
  2156. radamsa
  2157. radare2 >= "0.0.3"
  2158. randii
  2159. randomconv >= "0.1.1"
  2160. randoml
  2161. range >= "0.8"
  2162. rangeSet
  2163. rankers
  2164. rawlink >= "1.0"
  2165. rawlink-eio
  2166. rawlink-lwt
  2167. raygui
  2168. raylib
  2169. rdbg >= "1.196.12"
  2170. rdf >= "0.13.0"
  2171. rdf_impls
  2172. rdf_json_ld
  2173. rdf_lwt
  2174. rdf_mysql
  2175. rdf_postgresql
  2176. rdf_ppx
  2177. re >= "1.9.0"
  2178. re2 >= "v0.12.1"
  2179. re2_stable
  2180. re_parser
  2181. rea
  2182. reactiveData >= "0.3.0"
  2183. reactjs-jsx-ppx
  2184. readline
  2185. reanalyze
  2186. reason >= "3.5.0"
  2187. reason-react
  2188. reason-react-ppx
  2189. reason-standard
  2190. received
  2191. record_builder >= "v0.12.0"
  2192. records >= "1.0.0"
  2193. reddit_api_async
  2194. reddit_api_kernel
  2195. redirect
  2196. redis >= "0.4"
  2197. redis-async
  2198. redis-lwt >= "0.4"
  2199. redis-sync >= "0.4"
  2200. reed-solomon-erasure >= "1.0.2"
  2201. reedsolomon >= "0.3"
  2202. refl
  2203. regenerate >= "0.2"
  2204. regex_parser_intf
  2205. relit_helper
  2206. remu_ts
  2207. reparse
  2208. reparse-lwt
  2209. reparse-lwt-unix
  2210. reparse-unix
  2211. repr
  2212. repr-bench
  2213. repr-fuzz
  2214. res >= "5.0.1"
  2215. res_tailwindcss
  2216. rescript-syntax
  2217. reshowcase
  2218. resource-pooling >= "1.1"
  2219. resource_cache >= "v0.12.0"
  2220. resp
  2221. resp-client
  2222. resp-mirage
  2223. resp-server >= "0.9"
  2224. resp-unix
  2225. resto
  2226. resto-acl
  2227. resto-cohttp
  2228. resto-cohttp-client
  2229. resto-cohttp-self-serving-client
  2230. resto-cohttp-server
  2231. resto-directory
  2232. resto-json
  2233. result >= "1.4"
  2234. rfc1951 >= "0.8.1" & != "1.0.0"
  2235. rfc6287 >= "1.0.4"
  2236. rfc7748
  2237. rfsm >= "1.6-alpha-3" & < "2.0"
  2238. rhythm
  2239. ringo
  2240. ringo-lwt
  2241. river >= "0.2"
  2242. rock
  2243. roman
  2244. root1d >= "0.5.1"
  2245. rope >= "0.6.2"
  2246. rosa
  2247. rosetta >= "0.2.0"
  2248. routes
  2249. rpc >= "6.1.0"
  2250. rpc_parallel >= "v0.12.0"
  2251. rpclib >= "6.1.0"
  2252. rpclib-async >= "6.1.0"
  2253. rpclib-html
  2254. rpclib-js
  2255. rpclib-lwt >= "6.1.0"
  2256. rsdd
  2257. rss
  2258. rtop >= "3.5.0"
  2259. rtree
  2260. rungen
  2261. runtime_events_tools
  2262. rusage
  2263. SourceCode_ASCII
  2264. SZXX
  2265. safemoney
  2266. safepass >= "3.1"
  2267. sail >= "0.15"
  2268. sail_c_backend
  2269. sail_coq_backend
  2270. sail_doc_backend
  2271. sail_latex_backend
  2272. sail_lem_backend
  2273. sail_manifest
  2274. sail_ocaml_backend
  2275. sail_output
  2276. sail_smt_backend
  2277. sail_sv_backend
  2278. salsa20 >= "1.0.0"
  2279. salsa20-core >= "1.0.0"
  2280. samplerate >= "0.1.5"
  2281. sanddb >= "0.2"
  2282. sarek >= "20210823"
  2283. satex
  2284. saturn
  2285. saturn_lockfree
  2286. satyrographos
  2287. scad_ml
  2288. scaml
  2289. scfg
  2290. scgi
  2291. scipy
  2292. scrypt-kdf >= "1.0.0"
  2293. sd_logic
  2294. sdl-liquidsoap >= "3"
  2295. search
  2296. searchTree
  2297. secp256k1 >= "0.4.1"
  2298. secp256k1-internal
  2299. sedlex >= "2.0"
  2300. sek
  2301. sel
  2302. selective
  2303. semantic_version
  2304. semaphore-compat
  2305. semver >= "0.2.1"
  2306. semver2
  2307. sendmail
  2308. sendmail-lwt
  2309. sentry
  2310. seq >= "0.2" & < "base"
  2311. seqes
  2312. sequencer_table >= "v0.12.0"
  2313. serde < "0.0.2"
  2314. serde_debug
  2315. serde_derive < "0.0.2"
  2316. serde_json < "0.0.2"
  2317. serde_sexpr
  2318. serde_xml
  2319. serial
  2320. server-reason-react
  2321. session >= "0.4.1"
  2322. session-cohttp >= "0.4.1"
  2323. session-cohttp-async >= "0.4.1"
  2324. session-cohttp-lwt >= "0.4.1"
  2325. session-cookie
  2326. session-cookie-async
  2327. session-cookie-lwt
  2328. session-postgresql >= "0.4.1"
  2329. session-postgresql-async >= "0.4.1"
  2330. session-postgresql-lwt >= "0.4.1"
  2331. session-redis-lwt >= "0.4.1"
  2332. session-webmachine >= "0.4.1"
  2333. setcore >= "1.0.2"
  2334. sexp
  2335. sexp_decode
  2336. sexp_diff
  2337. sexp_diff_kernel
  2338. sexp_grammar
  2339. sexp_macro
  2340. sexp_pretty >= "v0.12.0"
  2341. sexp_select
  2342. sexp_string_quickcheck
  2343. sexplib >= "v0.12.0"
  2344. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2345. sgf >= "1.0.1"
  2346. sha >= "1.13"
  2347. shapefile
  2348. shared-block-ring >= "3.0.0"
  2349. shared-memory-ring >= "3.1.0"
  2350. shared-memory-ring-lwt >= "3.1.0"
  2351. shared-secret >= "0.4"
  2352. shell
  2353. sherlodoc
  2354. shexp >= "v0.12.0"
  2355. shine >= "0.2.2"
  2356. shuttle
  2357. shuttle_http
  2358. shuttle_ssl
  2359. shuttle_websocket
  2360. sifun
  2361. sihl
  2362. sihl-cache
  2363. sihl-contract
  2364. sihl-core
  2365. sihl-email
  2366. sihl-facade
  2367. sihl-persistence
  2368. sihl-queue
  2369. sihl-session
  2370. sihl-storage
  2371. sihl-token
  2372. sihl-type
  2373. sihl-user
  2374. sihl-web
  2375. simlog
  2376. simple63
  2377. sklearn
  2378. slack
  2379. slacko >= "0.14.1"
  2380. slug
  2381. smart-print >= "0.3.0"
  2382. smbc >= "0.5"
  2383. smol
  2384. smol-helpers
  2385. smtlib-utils
  2386. smtml
  2387. snappy >= "0.1.2"
  2388. snoke
  2389. so
  2390. sodium-fmt
  2391. solid
  2392. solid_server
  2393. solid_tools
  2394. solidity-alcotest
  2395. solidity-common
  2396. solidity-parser
  2397. solidity-test
  2398. solidity-typechecker
  2399. solo5-elftool
  2400. sortedseq_intersect
  2401. soundtouch >= "0.1.9"
  2402. soupault
  2403. spacetime_lib >= "0.3.0"
  2404. spatial-shell
  2405. spawn < "v0.9.0" | >= "v0.13.0"
  2406. spdx_licenses
  2407. spectrum
  2408. speex >= "0.4.0"
  2409. spelll >= "0.4"
  2410. spin
  2411. splay_tree >= "v0.12.0"
  2412. splittable_random >= "v0.12.0"
  2413. spoc >= "20210823"
  2414. spoc_ppx
  2415. spoke
  2416. spotify-web-api >= "0.2.1"
  2417. spotlib >= "4.1.0"
  2418. sqlgg >= "20200521"
  2419. sqlite3 >= "4.4.1"
  2420. sqlite3_utils
  2421. srt
  2422. ssh-agent >= "0.2.0"
  2423. ssh-agent-unix
  2424. ssl >= "0.5.6"
  2425. stdcompat >= "19"
  2426. stdint >= "0.6.0"
  2427. stdint-literals
  2428. stdio >= "v0.12.0"
  2429. stdlib-diff
  2430. stdlib-random
  2431. stdlib-shims
  2432. stdune < "3.14.0"
  2433. stitch
  2434. stk
  2435. stk_iconv
  2436. stog >= "0.20.0"
  2437. stog_all
  2438. stog_asy
  2439. stog_dot
  2440. stog_extern
  2441. stog_markdown
  2442. stog_multi_doc
  2443. stog_nocaml
  2444. stog_noexec
  2445. stog_plugins
  2446. stog_rdf
  2447. stog_rel_href
  2448. stog_server
  2449. stog_server_multi
  2450. stog_sitemap
  2451. stog_writing
  2452. stored_reversed
  2453. stramon-lib
  2454. streamable
  2455. streaming
  2456. string_dict >= "v0.12.0"
  2457. stringCodepointSplitter
  2458. stringext >= "1.6.0"
  2459. sturgeon >= "0.4.2"
  2460. styled-ppx
  2461. subscriptions-transport-ws
  2462. subtype-refinement >= "0.2"
  2463. sun
  2464. svmwrap
  2465. swagger >= "0.2.0"
  2466. swhid
  2467. swhid_compute
  2468. swhid_core
  2469. swhid_types
  2470. swipl
  2471. syguslib-utils
  2472. syncweb
  2473. syndic >= "1.6.0"
  2474. sys-socket
  2475. sys-socket-unix
  2476. syslog >= "2.0.1"
  2477. syslog-message >= "1.0.0"
  2478. syslog-rfc5424
  2479. systemverilog >= "0.0.2"
  2480. tablecloth-base
  2481. tablecloth-melange
  2482. tablecloth-native < "transition"
  2483. taglib >= "0.3.7"
  2484. talaria-bibtex
  2485. tar >= "1.0.0"
  2486. tar-eio
  2487. tar-mirage >= "1.0.0"
  2488. tar-unix >= "1.0.0"
  2489. tcalc
  2490. tcpip >= "3.7.0"
  2491. tdigest
  2492. teash
  2493. telltime
  2494. tensorboard
  2495. terminal
  2496. terminal_size >= "0.1.4"
  2497. terminus
  2498. terminus-cohttp
  2499. terminus-hlc
  2500. testu01
  2501. textmate-language
  2502. textrazor
  2503. textutils >= "v0.12.0"
  2504. textutils_kernel >= "v0.12.0"
  2505. textwrap >= "0.2.1"
  2506. tezos-008-PtEdo2Zk-test-helpers
  2507. tezos-009-PsFLoren-test-helpers
  2508. tezos-010-PtGRANAD-test-helpers
  2509. tezos-011-PtHangz2-test-helpers
  2510. tezos-012-Psithaca-test-helpers
  2511. tezos-013-PtJakart-test-helpers
  2512. tezos-014-PtKathma-test-helpers
  2513. tezos-accuser-006-PsCARTHA
  2514. tezos-accuser-007-PsDELPH1
  2515. tezos-accuser-008-PtEdo2Zk
  2516. tezos-accuser-008-PtEdoTez
  2517. tezos-accuser-009-PsFLoren
  2518. tezos-accuser-010-PtGRANAD
  2519. tezos-accuser-011-PtHangz2
  2520. tezos-accuser-012-Psithaca
  2521. tezos-accuser-013-PtJakart
  2522. tezos-accuser-014-PtKathma
  2523. tezos-accuser-alpha
  2524. tezos-alpha-test-helpers
  2525. tezos-baker-006-PsCARTHA
  2526. tezos-baker-007-PsDELPH1
  2527. tezos-baker-008-PtEdo2Zk
  2528. tezos-baker-008-PtEdoTez
  2529. tezos-baker-009-PsFLoren
  2530. tezos-baker-010-PtGRANAD
  2531. tezos-baker-011-PtHangz2
  2532. tezos-baker-012-Psithaca
  2533. tezos-baker-013-PtJakart
  2534. tezos-baker-014-PtKathma
  2535. tezos-baker-alpha
  2536. tezos-baking-006-PsCARTHA
  2537. tezos-baking-006-PsCARTHA-commands
  2538. tezos-baking-007-PsDELPH1
  2539. tezos-baking-007-PsDELPH1-commands
  2540. tezos-baking-008-PtEdo2Zk
  2541. tezos-baking-008-PtEdo2Zk-commands
  2542. tezos-baking-008-PtEdoTez
  2543. tezos-baking-008-PtEdoTez-commands
  2544. tezos-baking-009-PsFLoren
  2545. tezos-baking-009-PsFLoren-commands
  2546. tezos-baking-010-PtGRANAD
  2547. tezos-baking-010-PtGRANAD-commands
  2548. tezos-baking-011-PtHangz2
  2549. tezos-baking-011-PtHangz2-commands
  2550. tezos-baking-012-Psithaca
  2551. tezos-baking-012-Psithaca-commands
  2552. tezos-baking-013-PtJakart
  2553. tezos-baking-013-PtJakart-commands
  2554. tezos-baking-014-PtKathma
  2555. tezos-baking-014-PtKathma-commands
  2556. tezos-baking-015-PtLimaPt
  2557. tezos-baking-015-PtLimaPt-commands
  2558. tezos-baking-016-PtMumbai
  2559. tezos-baking-016-PtMumbai-commands
  2560. tezos-baking-017-PtNairob
  2561. tezos-baking-017-PtNairob-commands
  2562. tezos-baking-alpha
  2563. tezos-baking-alpha-commands
  2564. tezos-base
  2565. tezos-base-test-helpers
  2566. tezos-base58
  2567. tezos-benchmark < "19.0"
  2568. tezos-bls12-381-polynomial
  2569. tezos-clic
  2570. tezos-client
  2571. tezos-client-000-Ps9mPmXa
  2572. tezos-client-001-PtCJ7pwo
  2573. tezos-client-001-PtCJ7pwo-commands
  2574. tezos-client-002-PsYLVpVv
  2575. tezos-client-002-PsYLVpVv-commands
  2576. tezos-client-003-PsddFKi3
  2577. tezos-client-003-PsddFKi3-commands
  2578. tezos-client-004-Pt24m4xi
  2579. tezos-client-004-Pt24m4xi-commands
  2580. tezos-client-005-PsBabyM1
  2581. tezos-client-005-PsBabyM1-commands
  2582. tezos-client-006-PsCARTHA
  2583. tezos-client-006-PsCARTHA-commands
  2584. tezos-client-007-PsDELPH1
  2585. tezos-client-007-PsDELPH1-commands
  2586. tezos-client-007-PsDELPH1-commands-registration
  2587. tezos-client-008-PtEdo2Zk
  2588. tezos-client-008-PtEdo2Zk-commands
  2589. tezos-client-008-PtEdo2Zk-commands-registration
  2590. tezos-client-008-PtEdoTez
  2591. tezos-client-008-PtEdoTez-commands
  2592. tezos-client-008-PtEdoTez-commands-registration
  2593. tezos-client-009-PsFLoren
  2594. tezos-client-009-PsFLoren-commands
  2595. tezos-client-009-PsFLoren-commands-registration
  2596. tezos-client-010-PtGRANAD
  2597. tezos-client-010-PtGRANAD-commands
  2598. tezos-client-010-PtGRANAD-commands-registration
  2599. tezos-client-011-PtHangz2
  2600. tezos-client-011-PtHangz2-commands
  2601. tezos-client-011-PtHangz2-commands-registration
  2602. tezos-client-012-Psithaca
  2603. tezos-client-012-Psithaca-commands
  2604. tezos-client-012-Psithaca-commands-registration
  2605. tezos-client-013-PtJakart
  2606. tezos-client-013-PtJakart-commands
  2607. tezos-client-013-PtJakart-commands-registration
  2608. tezos-client-014-PtKathma
  2609. tezos-client-015-PtLimaPt
  2610. tezos-client-016-PtMumbai
  2611. tezos-client-017-PtNairob
  2612. tezos-client-alpha
  2613. tezos-client-alpha-commands
  2614. tezos-client-alpha-commands-registration
  2615. tezos-client-base
  2616. tezos-client-base-unix
  2617. tezos-client-commands
  2618. tezos-client-demo-counter < "19.0"
  2619. tezos-client-genesis < "19.0"
  2620. tezos-client-genesis-carthagenet
  2621. tezos-client-sapling-008-PtEdo2Zk
  2622. tezos-client-sapling-008-PtEdoTez
  2623. tezos-client-sapling-009-PsFLoren
  2624. tezos-client-sapling-010-PtGRANAD
  2625. tezos-client-sapling-011-PtHangz2
  2626. tezos-client-sapling-012-Psithaca
  2627. tezos-client-sapling-013-PtJakart
  2628. tezos-client-sapling-alpha
  2629. tezos-codec
  2630. tezos-context
  2631. tezos-context-hash
  2632. tezos-context-hash-irmin
  2633. tezos-context-ops
  2634. tezos-crypto
  2635. tezos-crypto-dal
  2636. tezos-dac-client-lib < "19.0"
  2637. tezos-dac-lib < "19.0"
  2638. tezos-dac-node-lib < "19.0"
  2639. tezos-dal-node-lib < "19.0"
  2640. tezos-dal-node-services < "19.0"
  2641. tezos-embedded-protocol-000-Ps9mPmXa
  2642. tezos-embedded-protocol-001-PtCJ7pwo
  2643. tezos-embedded-protocol-002-PsYLVpVv
  2644. tezos-embedded-protocol-003-PsddFKi3
  2645. tezos-embedded-protocol-004-Pt24m4xi
  2646. tezos-embedded-protocol-005-PsBABY5H
  2647. tezos-embedded-protocol-005-PsBabyM1
  2648. tezos-embedded-protocol-006-PsCARTHA
  2649. tezos-embedded-protocol-007-PsDELPH1
  2650. tezos-embedded-protocol-008-PtEdo2Zk
  2651. tezos-embedded-protocol-008-PtEdoTez
  2652. tezos-embedded-protocol-009-PsFLoren
  2653. tezos-embedded-protocol-010-PtGRANAD
  2654. tezos-embedded-protocol-011-PtHangz2
  2655. tezos-embedded-protocol-012-Psithaca
  2656. tezos-embedded-protocol-013-PtJakart
  2657. tezos-embedded-protocol-014-PtKathma
  2658. tezos-embedded-protocol-015-PtLimaPt
  2659. tezos-embedded-protocol-016-PtMumbai
  2660. tezos-embedded-protocol-017-PtNairob
  2661. tezos-embedded-protocol-alpha
  2662. tezos-embedded-protocol-demo-counter
  2663. tezos-embedded-protocol-demo-noops
  2664. tezos-embedded-protocol-genesis
  2665. tezos-embedded-protocol-genesis-carthagenet
  2666. tezos-endorser-006-PsCARTHA
  2667. tezos-endorser-007-PsDELPH1
  2668. tezos-endorser-008-PtEdo2Zk
  2669. tezos-endorser-008-PtEdoTez
  2670. tezos-endorser-009-PsFLoren
  2671. tezos-endorser-010-PtGRANAD
  2672. tezos-endorser-011-PtHangz2
  2673. tezos-endorser-alpha
  2674. tezos-error-monad
  2675. tezos-event-logging
  2676. tezos-event-logging-test-helpers
  2677. tezos-hacl
  2678. tezos-hacl-glue
  2679. tezos-hacl-glue-unix
  2680. tezos-injector-013-PtJakart
  2681. tezos-injector-014-PtKathma
  2682. tezos-injector-015-PtLimaPt
  2683. tezos-injector-016-PtMumbai
  2684. tezos-injector-alpha
  2685. tezos-layer2-store
  2686. tezos-layer2-utils-016-PtMumbai
  2687. tezos-layer2-utils-017-PtNairob
  2688. tezos-lazy-containers
  2689. tezos-legacy-store
  2690. tezos-lmdb
  2691. tezos-lwt-result-stdlib
  2692. tezos-mempool-006-PsCARTHA
  2693. tezos-mempool-007-PsDELPH1
  2694. tezos-mempool-008-PtEdoTez
  2695. tezos-micheline
  2696. tezos-micheline-rewriting
  2697. tezos-mockup
  2698. tezos-mockup-commands
  2699. tezos-mockup-proxy
  2700. tezos-mockup-registration
  2701. tezos-node
  2702. tezos-openapi
  2703. tezos-p2p
  2704. tezos-p2p-services
  2705. tezos-plompiler
  2706. tezos-plonk
  2707. tezos-protocol-000-Ps9mPmXa < "19.0"
  2708. tezos-protocol-001-PtCJ7pwo < "19.0"
  2709. tezos-protocol-002-PsYLVpVv < "19.0"
  2710. tezos-protocol-003-PsddFKi3 < "19.0"
  2711. tezos-protocol-004-Pt24m4xi < "19.0"
  2712. tezos-protocol-005-PsBABY5H < "19.0"
  2713. tezos-protocol-005-PsBabyM1 < "19.0"
  2714. tezos-protocol-006-PsCARTHA < "19.0"
  2715. tezos-protocol-006-PsCARTHA-parameters
  2716. tezos-protocol-007-PsDELPH1 < "19.0"
  2717. tezos-protocol-007-PsDELPH1-parameters
  2718. tezos-protocol-008-PtEdo2Zk < "19.0"
  2719. tezos-protocol-008-PtEdo2Zk-parameters
  2720. tezos-protocol-008-PtEdoTez < "19.0"
  2721. tezos-protocol-008-PtEdoTez-parameters
  2722. tezos-protocol-009-PsFLoren < "19.0"
  2723. tezos-protocol-009-PsFLoren-parameters
  2724. tezos-protocol-010-PtGRANAD < "19.0"
  2725. tezos-protocol-010-PtGRANAD-parameters
  2726. tezos-protocol-011-PtHangz2 < "19.0"
  2727. tezos-protocol-011-PtHangz2-parameters
  2728. tezos-protocol-012-Psithaca < "19.0"
  2729. tezos-protocol-012-Psithaca-parameters
  2730. tezos-protocol-013-PtJakart < "19.0"
  2731. tezos-protocol-013-PtJakart-parameters
  2732. tezos-protocol-014-PtKathma < "19.0"
  2733. tezos-protocol-015-PtLimaPt < "19.0"
  2734. tezos-protocol-016-PtMumbai < "19.0"
  2735. tezos-protocol-017-PtNairob < "19.0"
  2736. tezos-protocol-018-Proxford < "19.0"
  2737. tezos-protocol-alpha < "19.0"
  2738. tezos-protocol-alpha-parameters
  2739. tezos-protocol-compiler
  2740. tezos-protocol-demo-counter < "19.0"
  2741. tezos-protocol-demo-noops < "19.0"
  2742. tezos-protocol-environment
  2743. tezos-protocol-environment-packer
  2744. tezos-protocol-environment-sigs
  2745. tezos-protocol-environment-structs
  2746. tezos-protocol-genesis < "19.0"
  2747. tezos-protocol-genesis-carthagenet
  2748. tezos-protocol-plugin-007-PsDELPH1
  2749. tezos-protocol-plugin-007-PsDELPH1-registerer
  2750. tezos-protocol-plugin-008-PtEdo2Zk
  2751. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2752. tezos-protocol-plugin-009-PsFLoren
  2753. tezos-protocol-plugin-009-PsFLoren-registerer
  2754. tezos-protocol-plugin-010-PtGRANAD
  2755. tezos-protocol-plugin-010-PtGRANAD-registerer
  2756. tezos-protocol-plugin-011-PtHangz2
  2757. tezos-protocol-plugin-011-PtHangz2-registerer
  2758. tezos-protocol-plugin-012-Psithaca
  2759. tezos-protocol-plugin-012-Psithaca-registerer
  2760. tezos-protocol-plugin-012-Psithaca-tests
  2761. tezos-protocol-plugin-013-PtJakart
  2762. tezos-protocol-plugin-013-PtJakart-registerer
  2763. tezos-protocol-plugin-013-PtJakart-tests
  2764. tezos-protocol-plugin-014-PtKathma
  2765. tezos-protocol-plugin-014-PtKathma-registerer
  2766. tezos-protocol-plugin-015-PtLimaPt
  2767. tezos-protocol-plugin-015-PtLimaPt-registerer
  2768. tezos-protocol-plugin-016-PtMumbai
  2769. tezos-protocol-plugin-016-PtMumbai-registerer
  2770. tezos-protocol-plugin-017-PtNairob
  2771. tezos-protocol-plugin-017-PtNairob-registerer
  2772. tezos-protocol-plugin-alpha
  2773. tezos-protocol-plugin-alpha-registerer
  2774. tezos-protocol-plugin-alpha-tests
  2775. tezos-protocol-updater
  2776. tezos-proxy
  2777. tezos-proxy-server
  2778. tezos-proxy-server-config < "19.0"
  2779. tezos-requester
  2780. tezos-rpc
  2781. tezos-rpc-http
  2782. tezos-rpc-http-client
  2783. tezos-rpc-http-client-unix
  2784. tezos-rpc-http-server
  2785. tezos-sapling
  2786. tezos-scoru-wasm
  2787. tezos-scoru-wasm-fast
  2788. tezos-scoru-wasm-helpers
  2789. tezos-shell
  2790. tezos-shell-benchmarks
  2791. tezos-shell-context
  2792. tezos-shell-context-test
  2793. tezos-shell-services
  2794. tezos-shell-services-test-helpers
  2795. tezos-signer
  2796. tezos-signer-backends
  2797. tezos-signer-services
  2798. tezos-smart-rollup-016-PtMumbai
  2799. tezos-smart-rollup-017-PtNairob
  2800. tezos-smart-rollup-alpha
  2801. tezos-smart-rollup-layer2-016-PtMumbai
  2802. tezos-smart-rollup-layer2-017-PtNairob
  2803. tezos-stdlib >= "13.0"
  2804. tezos-stdlib-unix
  2805. tezos-storage
  2806. tezos-store
  2807. tezos-test-helpers
  2808. tezos-test-helpers-extra
  2809. tezos-test-services
  2810. tezos-tooling
  2811. tezos-tree-encoding
  2812. tezos-tx-rollup-013-PtJakart
  2813. tezos-tx-rollup-014-PtKathma
  2814. tezos-tx-rollup-015-PtLimaPt
  2815. tezos-tx-rollup-alpha
  2816. tezos-tx-rollup-client-013-PtJakart
  2817. tezos-tx-rollup-client-014-PtKathma
  2818. tezos-tx-rollup-client-alpha
  2819. tezos-tx-rollup-node-013-PtJakart
  2820. tezos-tx-rollup-node-014-PtKathma
  2821. tezos-tx-rollup-node-alpha
  2822. tezos-validation
  2823. tezos-validator
  2824. tezos-version
  2825. tezos-wasmer
  2826. tezos-webassembly-interpreter
  2827. tezos-webassembly-interpreter-extra
  2828. tezos-workers
  2829. tezt
  2830. tezt-bam
  2831. tezt-performance-regression
  2832. tezt-tezos < "19.0"
  2833. theora >= "0.4.0"
  2834. thread-local-storage
  2835. thread-table
  2836. thrift >= "0.10.0"
  2837. tidy >= "5-0.2"
  2838. tidy_email
  2839. tidy_email_mailgun
  2840. tidy_email_sendgrid
  2841. tidy_email_smtp
  2842. tilde_f
  2843. time_now
  2844. timed >= "1.1"
  2845. timedesc
  2846. timedesc-json
  2847. timedesc-sexp
  2848. timedesc-tzdb
  2849. timedesc-tzlocal
  2850. timedesc-tzlocal-js
  2851. timere
  2852. timere-parse
  2853. timezone
  2854. timmy
  2855. timmy-jsoo
  2856. timmy-unix
  2857. tiny_httpd
  2858. tiny_httpd_camlzip
  2859. tip-parser >= "0.4"
  2860. tldr
  2861. tls >= "0.11.0"
  2862. tls-async
  2863. tls-eio
  2864. tls-liquidsoap
  2865. tls-lwt
  2866. tls-mirage
  2867. toc
  2868. tofn
  2869. togglelog
  2870. toml >= "5.0.0"
  2871. toml-cconv
  2872. toml_cconv
  2873. toplevel_backend
  2874. toplevel_expect_test >= "v0.12.0"
  2875. topojson
  2876. topojsone
  2877. topological_sort >= "v0.12.0"
  2878. torch
  2879. tqdm
  2880. trace
  2881. trace-fuchsia
  2882. trace-tef
  2883. tracing
  2884. tracy-client
  2885. traits
  2886. trampoline
  2887. transept
  2888. traverse
  2889. travesty != "0.6.1"
  2890. travis-opam >= "1.5.0"
  2891. trax >= "0.4.0"
  2892. tree_layout >= "0.2"
  2893. treeprint >= "2.3.0"
  2894. trexio
  2895. trie >= "1.0.0"
  2896. tsdl-image >= "0.3.0"
  2897. tsdl-mixer >= "0.3.0"
  2898. tsdl-ttf >= "0.3"
  2899. tsort
  2900. tube >= "4.4.0"
  2901. tuntap >= "1.7.0"
  2902. twostep
  2903. tyabt
  2904. type_eq
  2905. typerep >= "v0.12.0"
  2906. typeset
  2907. tyre >= "0.5"
  2908. tyxml >= "4.3.0"
  2909. tyxml-jsx
  2910. tyxml-lwd
  2911. tyxml-ppx >= "4.3.0"
  2912. tyxml-syntax
  2913. u2f
  2914. ubase
  2915. ubpf >= "0.2"
  2916. uecc >= "0.3"
  2917. uint >= "2.0.1"
  2918. ulid
  2919. um-abt
  2920. unidecode
  2921. unionFind
  2922. unisim_archisec
  2923. unison >= "2.51.4" & < "2.53.4"
  2924. universal-portal
  2925. universo
  2926. unix-errno >= "0.6.0"
  2927. unstrctrd
  2928. uri >= "2.2.0"
  2929. uri-bench
  2930. uri-re
  2931. uri-sexp
  2932. uring
  2933. uritemplate
  2934. user-agent-parser
  2935. username_kernel
  2936. uspf
  2937. uspf-lwt
  2938. uspf-unix
  2939. utop >= "2.3.0"
  2940. uuuu >= "0.1.1"
  2941. validator
  2942. variantslib >= "v0.12.0"
  2943. varray
  2944. vcaml
  2945. vcardgen >= "1.2"
  2946. vchan >= "4.0.0"
  2947. vchan-unix >= "4.0.0"
  2948. vchan-xen >= "4.0.0"
  2949. vdom
  2950. vec
  2951. vector
  2952. vector3 >= "1.0.0"
  2953. vendredi
  2954. vercel
  2955. vhd-format >= "0.12.0"
  2956. vhd-format-lwt >= "0.12.0"
  2957. virtual_dom >= "v0.12.0"
  2958. visitors >= "20200207"
  2959. vlq >= "0.2.1"
  2960. vlt
  2961. vmnet >= "1.3.2"
  2962. vocal
  2963. voqc
  2964. vorbis >= "0.8.0"
  2965. vpt >= "5.0.0"
  2966. vscoq-language-server
  2967. vue-jsoo
  2968. vue-ppx
  2969. wall >= "0.4"
  2970. wasmer
  2971. wasmtime
  2972. wayland
  2973. waylaunch
  2974. wcwidth
  2975. webauthn
  2976. weberizer >= "0.8"
  2977. webmachine >= "0.6.2"
  2978. websocket >= "2.12"
  2979. websocket-async >= "2.12"
  2980. websocket-lwt >= "2.12"
  2981. websocket-lwt-unix
  2982. websocketaf
  2983. webtest >= "2.0.0"
  2984. webtest-js
  2985. weevil
  2986. wikitext
  2987. win-error >= "1.0"
  2988. win-eventlog >= "0.3"
  2989. winsvc
  2990. ws
  2991. ws-server
  2992. wseg
  2993. wtf8 >= "1.0.2"
  2994. wtr
  2995. wtr-ppx
  2996. wu-manber-fuzzy-search
  2997. x509 >= "0.6.3"
  2998. xapi-backtrace >= "0.7"
  2999. xapi-inventory >= "1.2.1"
  3000. xapi-rrd >= "1.8.2"
  3001. xapi-stdext-date
  3002. xapi-stdext-encodings
  3003. xapi-stdext-pervasives
  3004. xapi-stdext-std
  3005. xapi-stdext-threads
  3006. xapi-stdext-unix
  3007. xapi-stdext-zerocheck
  3008. xcursor
  3009. xdg < "3.14.0"
  3010. xdg-basedir
  3011. xen-evtchn >= "2.1.0"
  3012. xen-evtchn-unix >= "2.1.0"
  3013. xen-gnt >= "3.1.0"
  3014. xen-gnt-unix >= "3.1.0"
  3015. xenstore >= "2.1.0"
  3016. xenstore_transport >= "1.1.0"
  3017. xmelly
  3018. xml-light >= "2.5"
  3019. xmldiff >= "0.7.0"
  3020. xmldiff_js
  3021. xmlplaylist >= "0.1.5"
  3022. xoshiro
  3023. xtmpl >= "0.19.0"
  3024. xtmpl_js
  3025. xtmpl_ppx
  3026. yaml >= "1.0.0"
  3027. yaml-sexp
  3028. yara >= "0.2"
  3029. yocaml
  3030. yocaml_cmark
  3031. yocaml_git
  3032. yocaml_jingoo
  3033. yocaml_markdown
  3034. yocaml_mustache
  3035. yocaml_syndication
  3036. yocaml_unix
  3037. yocaml_yaml
  3038. yojson >= "1.5.0"
  3039. yojson-bench
  3040. yurt >= "0.6"
  3041. yuscii >= "0.2.1"
  3042. yuujinchou
  3043. zanuda
  3044. zar
  3045. zarith-ppx
  3046. zarith_stubs_js
  3047. zed >= "2.0"
  3048. zeit
  3049. zelus
  3050. zelus-gtk
  3051. zipperposition >= "1.5.1"
  3052. zipperposition-tools
  3053. zlib >= "0.6"
  3054. zlist >= "0.4.0"
  3055. zmq >= "5.1.0"
  3056. zmq-async >= "5.1.0"
  3057. zmq-eio
  3058. zmq-lwt >= "5.1.0"
  3059. zstandard >= "v0.12.1"
  3060. zstd >= "0.3"
  3061. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.