package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

Issues Discussions Discuss OCaml Discord

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" & < "5.3"

Dev Dependencies

None

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