package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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.

Added to opam-repository:

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

Requirements

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

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

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

Dev Dependencies

None

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