package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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