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